Split a video into model-ready segments
Cuts land in the quietest gaps between speech, so no segment starts or ends mid-sentence. Everything is decoded in this browser tab.
Drop a video file here
or click to browse
MP4 · MOV · MKV · AVI · WEBM · MTS · PRORES · HEVC
No size limit
{{ errorText }}
How it works
The audio track is decoded with the Web Audio API and reduced to a 20 ms RMS envelope.
Runs below the silence floor become candidate cut points, scored by length and depth.
Cutting uses ffmpeg compiled to WebAssembly, loaded on demand and run in this tab.