2Drag the start and end handles on the waveform or the timeline, or type exact timecodes if you already know them.
3Preview the selection and run the cut — the part you keep is copied through untouched wherever the format allows it.
4Download the trimmed MPEG file.
MPEG Cutter FAQ
Does the format limit where I can cut?
+
It does. MPEG (MPEG-1/2) is the DVD and broadcast lineage: robust and universally decodable, but far less efficient per bit than H.264. That is precisely what decides whether a cut can be placed arbitrarily or has to land on a structural boundary.
Anything specific to MPEG when trimming?
+
Yes — MPEG-1/2 uses a program stream rather than a modern index, so cuts are aligned to GOP boundaries unless the picture is re-encoded. It explains most of the "the cut is a fraction of a second off" surprises.
How does MPEG Cutter cut the file?
+
Concretely, the cut is made at the nearest keyframe and the streams are copied through, which makes it near-instant; frame-exact cuts need the picture re-encoded, so the tool tells you which one you are getting rather than quietly picking. You set the start and end points on the waveform or the timeline and keep what is between them.
How precisely can I place the start and end points?
+
You can type exact timecodes rather than only dragging, and the preview scrubs to the position as you move it. How exact the result can be depends on the format: some allow a cut anywhere, others snap to the nearest frame or keyframe.
What happens to audio, subtitle and chapter tracks?
+
They are carried across. Multi-track audio, embedded subtitle tracks and chapter markers survive wherever the target container can represent them — that is the main thing that separates a proper job from a naive re-encode that silently keeps only track one.
What can I upload to MPEG Cutter?
+
MP4, MOV, MKV, WebM, AVI, WMV, FLV, 3GP, M4V, MPEG and MPG. The container and codec are probed before anything runs, so a mixed batch is handled correctly per file rather than assumed to be uniform.
Is there a file size limit on MPEG Cutter?
+
Yes: free accounts process video up to 1 GiB per file, by far the most generous cap on the site; ffmpeg with x264, x265 and libvpx does the work, which is the same toolchain behind most desktop video software. Video is the one family where the cap is high enough that upload time, not the limit, is what you will actually notice.
Will MPEG Cutter lower the quality of my MPEG videos?
+
It depends on whether the job needs a re-encode. Operations that only touch the container or the timeline are done as a stream copy and the picture is bit-identical to the source. Anything that has to redraw frames goes through x264/x265 at a quality level you set, where CRF 23 is visually transparent on most footage.
Why would a modern-format site run MPEG Cutter?
+
WEBP.to is built around the modern replacement for both of the old defaults: one format that does lossy, lossless, alpha and animation, and reliably lands smaller than the JPEG or PNG it came from. People arrive here having decided the old defaults are costing them bandwidth, and that decision immediately raises the rest: what size, what quality, what happens to the transparency. MPEG Cutter is on the same upload and the same account so those questions get answered in one place.
Once MPEG Cutter has run, what is worth doing next?
+
The converter on this site moves images to and from WebP, PNG, JPG and AVIF, which is where you decide whether a smaller file is worth losing the older browsers. Doing it in that order matters: pick the pixels first and the container afterwards, because the container is the cheap decision and the pixels are the expensive one.
Do the sibling sites run something different?
+
The engines are identical — same libraries, same workers, same caps. What is different is the opinion attached, and the opinion here rests on a property of the format this site is named after: the same .webp extension can hold a lossy VP8 frame, a lossless one, or an animation, so the sensible processing path is decided per file rather than per extension.
What happens to my file, and is an account required?
+
No account, and nothing is retained: uploads are deleted from the workers shortly after the job finishes, and nothing is inspected, listed or indexed. Accounts exist for history and batch size only.