EZ
EZ2Conv

Video Splitter

Split, trim, and divide videos using three flexible modes: extract a portion, split into equal segments, or cut at specific timestamps. Supports MP4, WebM, and MOV formats, all processed locally in your browser with no server uploads.

🎬

Drop video here or click to upload

Supported formats: .mp4, .webm, .mov

🔒 All processing happens in your browser. Your videos never leave your device.

How to Use

  1. Upload or drag and drop a video file (MP4, WebM, MOV up to 500MB) -- the tool shows file info including duration, resolution, and size
  2. Choose your mode: Trim to extract a single portion, Split to divide into equal parts, or Timestamps to add custom split points at exact times
  3. Set start/end times for trimming, choose the number of segments for splitting, or click to add specific split points -- preview the video to verify timing
  4. Click 'Split Video' to process with FFmpeg in your browser, then preview each resulting clip and download individually or all at once

Tips

  • Trim mode extracts a single portion between two timestamps
  • Split mode divides the video into equal-length segments
  • Use the preview to verify your timing before processing
  • All processing is local - your files never leave your device

Cutting Video into Clips with FFmpeg

What this tool does

A video splitter takes one file and produces one or more shorter clips from it, without re-recording or opening a desktop editor. There are three cutting modes. Trim keeps a single stretch between a start and an end time and discards the rest. Split divides the whole file into a fixed number of equal-length segments. Timestamps lets you drop your own cut points, so each resulting clip can be a different length. It accepts MP4, WebM, and MOV files up to 500MB, and the output clips are written as MP4 for playback on a wide range of devices.

When to use it

Reach for Trim when you only want one moment: a highlight from a long stream, a single answer from a recorded interview, or the intro cut off a screen recording. Split is the quick way to break a lecture or webinar into even chunks, whether to fit an upload limit or to watch by chapter. Timestamps fits anything with an uneven structure — a match with several plays, a set with multiple songs, or a tutorial where each step deserves its own file. Because the cutting happens on your own device, large personal recordings never have to be uploaded first.

Example: three ways to cut a recording

Say you have a 40-minute MOV of a game session and want the three best plays. Load the file and switch to Timestamp mode. Scrub the preview to the start of each play, add a split point, and repeat. The tool reports how many segments those points will create, then FFmpeg encodes each one. If instead you only needed the file broken into four equal pieces to fit an upload cap, Split mode with four segments would do it in a single pass, and each part's exact duration is shown before you confirm.

Notes and edge cases

The engine is ffmpeg.wasm, a WebAssembly build of FFmpeg that decodes, cuts, and re-encodes footage using your computer's own memory. Very long or high-resolution files are the main limit: a clip that pushes past available memory can fail, so a shorter source or lower resolution helps. Preview the timing before processing, since a cut point sits exactly where you place it, down to the second. Output is MP4 regardless of the input container, which keeps the clips playable on phones, editors, and upload platforms without an extra conversion step.

Frequently Asked Questions

All three modes -- Trim, Split into equal segments, and custom Timestamps -- are open at no charge, and you can process as many videos as you like with MP4, WebM, and MOV files up to 500MB. Batch download of every resulting clip is included, with no watermark added to the output.
Yes. The cutting is done by ffmpeg.wasm loaded onto your own device, so the source file and each clip it produces are decoded and re-encoded locally. Nothing is uploaded to a server at any point, which suits personal recordings and unreleased footage.
No registration or sign-in is needed. Open a file, pick Trim, Split, or Timestamp mode, set your cut points against the preview, and download the clips -- there is no email or profile step in between.
You can load MP4, WebM, and MOV files. Whatever the input container, the resulting clips are saved as MP4 so they play back reliably on phones, video editors, and upload platforms.
Trim keeps one portion between a start and end time. Split cuts the whole video into a chosen number of equal-length segments automatically. Timestamp mode lets you place your own cut points, so each clip can have a different length. Pick the one that matches how your footage is structured.
Files up to 500MB are accepted. Because processing uses your device's memory, very long or high-resolution videos are more demanding; if a large file runs out of memory, trimming a shorter section first or using a lower-resolution source usually gets it through.