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.
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.
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
- 01Read the source duration
- 02Force keyframes at each boundary
- 03Create timestamp-reset MP4 segments
- 04Upload and return every output file
Stable endpoint
POST /api/v1/tools/split-videoCONSTRAINTS
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