All prebuilt tools SPLIT VIDEO API

Split Video into Equal Parts by API

Divide one video into independently playable MP4 segments of a chosen duration. Run the preset directly on this page or call the same agent-ready endpoint from your product.

LIVE TOOL
Run split video
Paste a public media URL, choose your settings and download the result here.

The URL must be reachable without a login and remain available while the job runs.

Already have an account? Sign in

BEFORE / AFTER

See what the tool changes.

A visual guide to the transformation. Run the live form above to generate and download the real result from your own media.

BeforeOne long video
1 file · 30 seconds
AfterPlayable segments
Ready
01
02
03
3 files · 10 seconds each
BUILT FOR AUTOMATION

Useful defaults, typed options.

The tool slug stays stable while your agent supplies named media inputs and a narrow set of documented options.

  • Frame-aligned segment boundaries
  • Up to 50 real output files
  • One download URL per segment
What this preset does
  1. 01Read the source duration
  2. 02Force keyframes at each boundary
  3. 03Create timestamp-reset MP4 segments
  4. 04Upload and return every output file
Stable endpointPOST /api/v1/tools/split-video
Live API request
{
  "inputs": [{ "id": "main", "url": "https://example.com/long-video.mp4" }],
  "options": { "segment_duration": 10 }
}
Successful output example
{
  "result": {
    "outputs": [
      { "filename": "segment-001.mp4", "downloadUrl": "https://storage.googleapis.com/…" },
      { "filename": "segment-002.mp4", "downloadUrl": "https://storage.googleapis.com/…" }
    ]
  }
}
CONSTRAINTS

Know the boundaries before you run.

Segment duration must be between 1 and 3600 seconds.
A job can create at most 50 segments.
The final segment can be shorter than the requested duration.
FAQ

About split video

Are the split points accurate?

Yes. KinoPipe re-encodes and forces keyframes at the requested interval so every segment starts at a valid boundary.

Why can the last segment be shorter?

The final file contains the remaining source duration after all full-length segments.

How are multiple results returned?

The completed job includes an outputs array with a filename, media type, byte size and signed download URL for each segment.

KEEP BUILDING

Related media tools

Trim Video with an API
Cut a precise segment from a source video using start and end times.
Merge Videos with an API
Join two to six video clips into one normalized, playback-ready MP4.
Create a Social Video Clip
Cut and reframe a source video for Shorts, Reels or vertical social feeds.