Initializing... drag & drop files here
Supports: MPG, MPEG
Re-encode an MPG (MPEG program stream — MPEG-1 or MPEG-2 video, the codec DVDs and Video-CDs use) into an AVCHD-style H.264 file so camcorder software, AVCHD disc authors, and older HD editors will accept it. The output is an MPEG-2 transport stream carrying H.264 video and AC-3 audio — the stream AVCHD wraps — not a quality upgrade: re-encoding a 720x480 DVD source up to 1080p adds pixels, not real detail.
.mpg or .mpeg video. Batch upload is supported, and each file is queued independently.| Property | MPG (MPEG-1 / MPEG-2) | AVCHD |
|---|---|---|
| Standard | MPEG-1 (1993) / MPEG-2 ISO/IEC 13818 (1996) | Sony/Panasonic spec, June 2006; AVCHD 2.0 in 2011 |
| Video codec | MPEG-1 or MPEG-2 Part 2 | H.264 / MPEG-4 AVC |
| Container | MPEG program stream (.mpg / .mpeg) |
MPEG-2 transport stream (.mts / .m2ts) |
| Max resolution | 352x240 (MPEG-1 SIF) / 720x480–576 (MPEG-2 DVD) | 1920x1080, 1280x720 |
| Max video bitrate | ~1.5 Mbit/s (MPEG-1) / 9.8 Mbit/s (DVD peak) | 24 Mbit/s (1.0); 28 Mbit/s (2.0 Progressive) |
| Audio | MP2 (Layer II), AC-3, or LPCM | AC-3 64–640 kbps, or LPCM up to 7.1 |
| Disc authoring | DVD-Video | AVCHD disc (BDMV/STREAM/), plays on Blu-ray / PS4 / PS5 |
| Best for | Legacy playback, DVD rips | Camcorder software, AVCHD authoring, older HD NLEs |
You probably upscaled. If the source was 720x480 DVD-Video at ~6 Mbit/s and you output 1920x1080 at 17 Mbit/s, the AVCHD file has roughly six times the pixels — H.264's efficiency is more than offset by the resolution jump. Keep the source resolution under Video resolution to see the file shrink, and remember the extra pixels are interpolated, not recovered detail.
Keep AC-3. It is the audio codec the AVCHD specification mandates, so AVCHD-aware camcorders and Blu-ray players are guaranteed to decode it. AAC plays fine in software (VLC, Premiere, Vegas) but is not part of the AVCHD spec, so a hardware player may refuse the track. Only switch to AAC if the file will live entirely on a computer or phone.
Just the stream file (the .mts / .m2ts content). A bootable AVCHD disc also needs the BDMV/INDEX.BDM, MOVIEOBJ.BDM, and PLAYLIST/ index files, which a disc-authoring app (multiAVCHD, tsMuxeR, or the AVCHD template in Vegas / EDIUS) generates around your stream. Drop the converted file into the authoring app's input list and it builds the BDMV/STREAM/ folder structure for you.
Yes. Set Trim to Time Range, enter a start time and duration, and only that window goes through the H.264 encoder — which also speeds up the conversion. For lossless cutting that skips re-encoding entirely, Trim MPG cuts the source directly, and Trim MTS handles the AVCHD output afterward.
They wrap the same bytes. AVCHD is the full spec (codec + audio + container + folder layout); .mts is the extension camcorders write to SD card; .m2ts is the same content after import and inside the BDMV/STREAM/ disc folder. If you only need the raw transport stream and not the AVCHD folder structure, MPG to MTS gives you the file directly.
If the player supports AVCHD (essentially every Blu-ray deck from 2008 onward, plus PS4 and PS5), yes — place the stream inside BDMV/STREAM/ on a DVD-R or BD-R, let your authoring app add the index files, and it plays like a Blu-ray-style disc. In our testing, a 3-minute 720x480 MPEG-2 source at the Very High preset produced an ~38 MB 1080p AVCHD stream that imported cleanly into the BDMV layout. Stay at or below 24 Mbit/s for AVCHD 1.0 hardware; reserve 28 Mbit/s and 1080p50/60 for AVCHD 2.0 players (2011 and later).