Try MiniMax FastH3 V2 from Fastvideo →
Models
Agents
Workflows
Studio
PricingBlogDocs
ExploreDiscover models by categoryBrowse All ModelsBrowse the complete catalogSee FavoritesSign in to view saved models
Generative Media AgentCreate and edit media by chattingWorkflow AgentBuild visual workflows with Agent
OverviewThe platform at a glanceLearnSkills, knowledge, guardrailsAnatomyWhat makes agents reasonBuild Your AgentPick skills, set tier, deploy
Pre-built AgentsBrowse the catalog
Agent Usecases
Ad Campaign ManagerApp Event ManagerApp Review RepliesBarber BookingCustomer Win-BackEcommerce ListingsRestaurant Reviews
Sign InStart Building

Task History

Click to see output list

No tasks yet

Go to Models
Explore models/
WorkflowActive

Video Trim by Wiro (Clip Cutter)

bywiro

Wiro Video Trim cuts a continuous segment from a source video using precise timestamps. Set a start time plus an end time or duration to export a new clip.

Utility
Model ID
video-trim
Provider
wiro
Updated
1785770656
video-trim
11
Comments
Average rating : 4.5 (19 users)
Providerwiro
Modelvideo-trim
Utility
wiro playground—wiro/video-trim
Reset to defaults
0 / 1
Maximum 1 video allowed

Required. The video to cut a section out of.

Required. Where the cut begins, as seconds (12.5) or a timecode (00:01:02).

Optional. Where the cut ends, as seconds (12.5) or a timecode (00:01:02). Either an end or a duration must be given. Ignored when a duration is also provided.

Optional. How long the cut lasts, as seconds (12.5) or a timecode (00:01:02). Either an end or a duration must be given. Takes precedence over the end time. A cut longer than the remaining video is shortened automatically.

Sample outputs
Updated 1785770656

Overview

Video Trim is a Wiro-native video utility that extracts one continuous section from a longer video. You choose where the clip starts and where it stops, using seconds or a timecode. It outputs a new trimmed clip you can use in editors, pipelines, and content workflows. This solves the common problem of needing a clean highlight or segment without manual timeline editing.

What you can build

  • Create short highlights from long recordings for social posts
  • Cut intros, outros, or dead air from screen recordings
  • Extract a specific chapter from a lecture or webinar
  • Prepare shorter clips for downstream models like captioning or transcription
  • Produce consistent clips for A/B tests in ad creative workflows

Inputs

  • One input video file provided as an uploaded file or a direct URL. Common upload formats include MP4, MOV, and WebM.
  • A required start time for the cut. You can provide it as seconds (for example, 12.5) or as a timecode (for example, 00:01:02).
  • An optional end time for the cut, provided as seconds or timecode. You must provide an end time unless you provide a duration.
  • An optional duration for the cut, provided as seconds or timecode. If you provide duration, it overrides the end time.

Outputs

  • One trimmed video clip that contains the continuous segment starting at your chosen start time.
  • The result is returned as a downloadable video file hosted by the platform, typically exposed as a file name plus a URL you can store or pass to other tools.

Limitations

  • You must provide a start time plus either an end time or a duration.
  • If you provide both end time and duration, the duration wins and the end time is ignored.
  • If the requested clip runs past the remaining video length, the output is shortened to the available remainder.
  • Timestamp accuracy can degrade with problematic source files. Corrupt containers, missing metadata, variable frame rate, or broken timestamps can shift cut boundaries.
  • Very large uploads may fail if you rely on platform upload limits. Prefer direct URLs when your files exceed typical upload caps.

Safety & compliance

  • Only trim and redistribute content you have rights to use.
  • Don’t use this tool to produce or republish content that violates privacy, consent, or local laws.
  • If the video includes personal data, confirm you have permission before sharing the output clip.

API quick start

Run video-trim with a single API call.

POST https://api.wiro.ai/v1/Run/wiro/video-trim
{
  "inputVideo": "https://your-cdn.com/input.mp4",
  "start": 0,
  "end": "...",
  "duration": "..."
}
curl
curl -X POST "https://api.wiro.ai/v1/Run/wiro/video-trim" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_WIRO_API_KEY" \
  --data-binary @- <<'JSON'
{
  "inputVideo": "https://your-cdn.com/input.mp4",
  "start": 0,
  "end": "...",
  "duration": "..."
}
JSON
View full API docs

Discover, test, and run AI models, build workflows and agents with one unified API.

All systems operational
WiroAboutBlogCareersContact
ProductModelsAgentsPricingPartnerChangelogStatusFAQ
ModelsNano Banana 2GPT Image 2.5Seedream V5 ProSeedance 2.5Veo 3.1Kling V3FLUX 3FLUX.2 ProWan 3.0 PrimeGrok Imagine 1.5
PartnersGoogleOpenAIByteDanceBlack Forest LabsKling AIQwenAlibabaxAIMiniMaxElevenLabs
Getting StartedIntroductionAuthenticationProjectsCode ExamplesWiro MCP ServerSelf-Hosted MCPn8n IntegrationLLMs.txt
API ReferenceModelsRun a ModelModel ParametersTasksLLM & Chat StreamingWebSocketRealtime VoiceFiles
© 2026 Wiro AI. All rights reserved.
PrivacyTermsData Deletion