Cut and trim MPG (MPEG) video files online. Extract scenes from DVD rips and TV recordings with compression and resolution control.
Process files in seconds with our optimized servers
Set exact start and end points with frame accuracy
Maintain original quality with smart re-encoding
.mpg or .mpeg source. Both extensions reference the same MPEG program stream container, so DVD rips, digital TV captures, and old camcorder transfers all work. Batch trimming of multiple clips in one session is supported.HH:MM:SS (or MM:SS). For multi-hour DVD rips, paste the timestamp from your media player's seek bar to skip the trial-and-error of hand-typing minutes.MPG (also .mpeg) is the MPEG program stream container, defined in MPEG-1 Part 1 (ISO/IEC 11172-1) and MPEG-2 Part 1 (ISO/IEC 13818-1). It carries MPEG-1 or MPEG-2 video plus MPEG audio in a layout designed for random-access storage — DVDs, VCDs, and hard-disk recordings. DVD VOB files are a stricter subset of the same program-stream format, which is why most VOB rips are labelled .mpg after extraction.
These files tend to be long: a 4.7 GB single-layer DVD typically holds 90-120 minutes at peak 9.8 Mbit/s, and digital TV captures from set-top boxes can run multiple hours. Trimming is how you turn a feature-length capture into a shareable clip.
.mpg you ripped from a 90-minute DVD without re-encoding the whole disc. Keep MPG output if you plan to remux back into a DVD-Video VIDEO_TS structure.| Property | MPG (MPEG-PS) | MP4 (MPEG-4 Part 14) | VOB (DVD-Video) |
|---|---|---|---|
| Container | MPEG program stream | ISO Base Media File | MPEG-PS subset |
| Video codec | MPEG-1, MPEG-2 | H.264, H.265, AV1 | MPEG-2, MPEG-1 |
| Audio codec | MP2, MP3, LPCM | AAC, MP3, AC-3 | AC-3, DTS, MP2, LPCM |
| Peak bitrate | up to ~10 Mbit/s typical | unbounded | 9.8 Mbit/s video / 10.08 total |
| Random access | Designed for it | Designed for it | Designed for it |
| Browser playback | Limited | Universal (HTML5) | None |
| Best for | DVD authoring, archives | Streaming, sharing | DVD-Video discs |
| File extension | .mpg, .mpeg |
.mp4, .m4v |
.vob |
| Mode | What it does | When to pick it |
|---|---|---|
| Quality Preset: Highest | Re-encodes near-source quality | Default for archive trims |
| Constant Quality (CRF 18) | Visually lossless target | DVD masters you may re-encode later |
| Constant Quality (CRF 23) | Standard quality, smaller file | General sharing |
| Target file size (%) 50% | Halves the trimmed output size | Cloud uploads, email |
| Specific file size | Hard cap (e.g. 100 MB) | Upload limits like Discord 10 MB free, Slack 1 GB |
| Constant Bitrate | Fixed Mbps throughout | DVD authoring (5-8 Mbit/s typical) |
| Variable Bitrate | Allocates bits where motion is | Mixed motion content, smaller file at same quality |
No — this tool re-encodes the trimmed segment. Truly lossless MPG cutting requires aligning cuts to I-frame boundaries (typically every 0.5-0.6 seconds in a DVD-spec GOP), which constrains your start and end points to keyframes only. Re-encoding gives you frame-accurate cuts at any timestamp at the cost of a single recompression pass. For most users, frame-accuracy matters more than a second-generation encode.
.mpg the same thing as .mpeg?Both extensions identify an MPEG program stream container. .mpg is the legacy 8.3-filename DOS-era spelling and .mpeg is the spelled-out form. Codec, structure, and contents are identical, and players treat them interchangeably. xconvert accepts both as input.
.vob file directly?VOB is a stricter subset of MPEG program stream, so most VOB files trim like MPG. If your VOB doesn't load cleanly, use VOB to MPG or VOB to MP4 first, then trim the result. Multi-VOB DVDs often need to be concatenated before trimming because each VOB is capped at 1 GB by the DVD spec.
Yes. The trim re-multiplexes audio and video on the same timeline, so AC-3, MP2, and LPCM tracks (the codecs used in DVD program streams) maintain sync. If your source file had pre-existing drift — common with TV captures from analog tuners — that drift can be reduced by trimming away the affected segment.
Keep MPG only if you're feeding the file back into a DVD-authoring workflow or another tool that explicitly expects MPEG-2. For everything else — web playback, mobile, editing apps, social sharing — MPG to MP4 produces a file that plays in every modern browser and on every phone, usually at half the size for the same visible quality.
The browser-side processing handles multi-gigabyte DVD rips, but very long single-file recordings (3+ hours) are best split into chunks first. Trim performance is roughly linear with input length, so a 6 GB source takes proportionally longer than a 600 MB clip.
Each trim job produces one output range. To extract multiple non-contiguous segments (intro + scene 3 + ending), run the trim three times against the same upload and download all three clips. To stitch them back together, use a video joiner after.
Re-encoding from MPEG-2 to MPEG-2 is generation loss — the trimmed segment passes through the encoder once, so fine detail in high-motion scenes can soften. Picking "Constant Quality" at CRF 18 keeps the difference invisible in normal viewing. If you need bit-exact preservation, the only path is keyframe-aligned cuts in a desktop tool like ffmpeg's -c copy mode.
Yes, when the source is a DVD rip near 9 Mbit/s and you're sharing online. Combining trim + compression in one pass avoids a second-generation encode you'd otherwise pay later. For deeper size reduction without trimming, see compress MPG.