Video Cutter

Video Cutter — Fastest Free Online

QUICK ANSWER

The fastest free video cutter online. Set a start and an end and get a clean, frame-accurate MP4 back from native ffmpeg on our server. Accepts MP4, MOV, WebM, and MKV. No signup, no watermark, no length cap.

  • Native ffmpeg
  • Frame-accurate start and end
  • Clean MP4 out (H.264 + AAC)
  • No watermark, no signup
  • Up to 500 MB

Files are deleted from our server within 24 hours.

Clipy

Editing clips just to share them?

4,000+ people record and share with Clipy — free forever, no watermark.

  • Record, trim, and share in one tab
  • Instant link the moment you stop
  • Agent-readable links: AI summary, key moments, transcript
  • Free forever — no watermark, no install
Yes, record & share free

No credit card. Viewers never need an account.

Why this tool exists

  • Files upload to the nearest Backblaze B2 POP via presigned URL.
  • Native ffmpeg cut on the server. No watermark, no signup.
  • Source and output are deleted within 24 hours.
30+ conversions and counting
Trusted by creators at startups, agencies, and Fortune 500 teams.
Free forever — no signup, no watermark.

Why this is fast

Native server ffmpeg outpaces browser WebAssembly by roughly 4–8x on identical hardware because it uses real SIMD, multi-threading, and direct disk I/O instead of the WASM shim. Uploads land at the nearest Backblaze B2 point of presence via a presigned URL, so a viewer in Paris is not pushing bytes through a single US-east origin. The cut runs server-side, the result comes back through Bunny CDN from the same edge. Most cuts on a few-minute screen recording finish in under five seconds end to end.

What this tool does, exactly

We seek with -ss and -to at the timestamps you typed and re-encode the kept section with libx264 at the veryfast preset, CRF 20, audio AAC 160 kbps, with -movflags +faststart and -pix_fmt yuv420p for maximum playback compatibility. Re-encoding gives you a frame-exact edge at the cost of a few seconds of CPU work, which is the right trade for a single-section cutter — lossless stream-copy snaps to keyframes and that snap is usually what users complain about.

When to reach for the multi-range trimmer instead

This page is the single-cut path: one start, one end, one clip out. If you need to keep several non-contiguous ranges from the same recording in one export — pull out minutes 2–3, 7–8, and 14–15 into one stitched MP4 — use the multi-range trim tool instead. It is built for that. The video cutter on this page is deliberately the fast, one-knob version.

Sister tools

Cut clip too big to share? Video compressor gets it under email and Slack limits. Need to change the speed? Video speed controller handles 0.25x to 4x with pitch-correct audio. Stitch two cuts together? Merge videos. Turn the cut clip into a short loop? MP4 to GIF. Grab a thumbnail from inside the cut? Video thumbnail maker. Recording the segment in the first place is even cleaner — Clipy records only the window you point it at, no trim step.

Common questions

Will the cut land on the exact frame I asked for?

Yes. The server pipeline always re-encodes the kept section with libx264, which means the start and end land on the exact timestamps you typed — not on the nearest keyframe. The trade-off is a few seconds of encode work in exchange for frame-accurate edges and a guaranteed-clean MP4.

What time format do the start and end boxes take?

Use mm:ss (for example 1:05), or hh:mm:ss for longer files (1:02:30), or a bare number of seconds (65). The end must come after the start, and the convert button stays disabled until the range is valid.

Does cutting reduce the quality of my video?

The cut re-encodes at CRF 20, which is visually transparent for screen recordings, talking-head clips, and most social video. You will not see a difference at normal viewing sizes. If you need a true byte-for-byte stream-copy (no re-encode), use a desktop ffmpeg with `-c copy` and accept that cuts will snap to the nearest keyframe.

Can I cut out multiple sections at once?

Not with this tool — it is built for one clean single cut, which is the fast and common case. For keeping several ranges from the same recording in one pass, use the multi-range trim tool at /tools/trim-video, which is designed for that.

Which input formats work?

MP4, MOV, WebM, and MKV all work. The output is always a clean MP4 with H.264 + AAC, +faststart, and yuv420p — the most universally playable combination across browsers, editors, and social uploaders.

What happens to my file after the cut?

The source uploads to the nearest Backblaze B2 point of presence via a presigned URL, ffmpeg runs the cut on our server, the output is delivered through Bunny CDN, and both files are deleted within 24 hours. No signup, no watermark.

Tool not working the way you expect?

Tell us what broke — we resolve every feedback within 24 hours.

Send feedback →

More free tools

Doing this for an AI workflow?

Clipy recordings are agent-readable out of the box — one link carries the video, keyframes, and transcript.

Clipy for AI agents