Cut M2TS (Blu-ray/AVCHD camcorder) video by setting start and end times. No re-encoding preserves original quality.
Process files in seconds with our optimized servers
Frame-accurate cuts with intuitive timeline controls
Maintain original quality with smart re-encoding
12.5) and HH:MM:SS.sss (e.g. 00:01:30.250) inputs are accepted. Scrub the preview to find the exact moment before locking it in.M2TS is the BDAV (Blu-ray Disc Audio-Video) variant of the MPEG-2 Transport Stream container. On a Blu-ray, every title and clip lives in the BDMV/STREAM/ folder as a numbered .m2ts file; on a Sony, Canon, Panasonic, JVC, or Lumix AVCHD camcorder, the same container is on the SD card under a .MTS extension because AVCHD inherits the legacy 8.3 filename limit. Inside, the video is H.264/AVC (always, on AVCHD; usually, on Blu-ray — H.262/MPEG-2 and SMPTE VC-1 are also valid), and the audio is typically Dolby Digital AC-3 or Linear PCM, with DTS, DTS-HD, and Dolby TrueHD allowed on Blu-ray.
Common reasons to cut without converting:
| Property | M2TS (Blu-ray) | MTS (AVCHD) | MP4 |
|---|---|---|---|
| Underlying container | MPEG-2 Transport Stream (BDAV) | MPEG-2 Transport Stream (BDAV) | ISO Base Media (MPEG-4 Part 14) |
| Typical origin | Blu-ray disc STREAM/ folder |
AVCHD camcorder SD card | Phones, editors, streaming |
| Video codecs allowed | H.264, H.262/MPEG-2, VC-1 | H.264 only | H.264, H.265, AV1, MPEG-4 ASP |
| Audio codecs (mandatory) | AC-3, DTS, LPCM | AC-3 or LPCM | AAC most common |
| Optional audio | Dolby Digital Plus, TrueHD, DTS-HD MA | — | AC-3, ALAC, FLAC |
| Filename length | Long filenames | 8.3 (legacy) | Long filenames |
| Streaming-friendly | Yes (transport stream, packet-aligned) | Yes | Yes (with moov atom at start) |
| Sub-clip cut without re-encoding | Yes, at I-frame boundaries | Yes, at I-frame boundaries | Yes, at I-frame boundaries |
The two formats are byte-identical containers — renaming .MTS to .m2ts (or the reverse) does not change the file. The extension only signals the origin.
| Source | Typical Video Bitrate | Audio | Hourly File Size |
|---|---|---|---|
| Blu-ray feature (H.264) | 25–40 Mbps | DTS-HD MA / TrueHD 5.1 | 12–20 GB |
| Blu-ray feature (VC-1 or MPEG-2) | 20–30 Mbps | AC-3 / DTS 5.1 | 10–15 GB |
| AVCHD 1080/60p | 28 Mbps (PS mode) | AC-3 stereo | ~13 GB |
| AVCHD 1080/60i, 1080/24p | 17–24 Mbps (FX/HQ modes) | AC-3 stereo | 8–11 GB |
| AVCHD 720/60p | 12–17 Mbps (HQ/HA modes) | AC-3 stereo | 6–8 GB |
| DVR / TV capture | 8–18 Mbps | AC-3 stereo | 4–8 GB |
When the cut points fall on I-frame (keyframe) boundaries, the segment is stream-copied — the original H.264, AC-3, and any subtitle tracks are written into the new container unchanged, so quality is bit-for-bit identical to the source. If you request a cut at a P- or B-frame in the middle of a GOP, the short leading section up to the next I-frame may be re-encoded so the output still decodes cleanly; the rest is untouched.
Cutters snap the start point to the nearest preceding keyframe. Blu-ray and AVCHD encoders place an I-frame every 0.5–2 seconds, so your actual start may be up to ~2 seconds earlier than your requested timestamp. This is the trade-off for lossless stream-copy cutting. For frame-accurate edits, a full re-encode is required.
Keep M2TS if the clip is going back to a Blu-ray authoring tool, a hardware player, or any workflow that expects the BDAV transport-stream wrapper. Switch to MKV via M2TS to MKV when you want to preserve DTS-HD, TrueHD, or multiple subtitle tracks in a flexible container. Switch to M2TS to MP4 when targeting consumer devices, web players, or social platforms — but expect the audio to be re-muxed to AC-3 or AAC since MP4 does not officially carry DTS-HD or TrueHD.
They are the same container with different filename extensions. AVCHD camcorders write .MTS because the camera filesystem (originally FAT32 with 8.3 short names) cannot store the 4-character .m2ts. On a Blu-ray, the same file is stored as .m2ts because the disc filesystem allows long filenames. If you rename the extension, nothing inside the file changes.
This page produces one segment per upload. To pull two or three highlights from a Blu-ray rip, run the cut tool once per segment (or use the MTS cutter for the AVCHD .MTS variant). To stitch the segments back together, use a desktop tool such as ffmpeg -f concat or mkvmerge — keep the same codec and resolution across all segments so the join can stream-copy.
Not directly — the split happens at the 4 GB FAT32 file size limit and the files are independent. Concatenate them first (the AVCHD spec guarantees they are codec-compatible and align at a GOP boundary), then cut the joined result. Most editors and ffmpeg -f concat handle this seamlessly.
Yes when the output stays as M2TS or is sent to MKV. Both containers carry DTS-HD MA and TrueHD natively. MP4 cannot store them per the ISO/IEC 14496-14 spec, so converting to MP4 will require either downmixing to AC-3 or stripping the lossless track.
PGS subtitle streams (the bitmap subtitles used on Blu-ray) are stream-copied with the clip and re-timed to the new start. Chapter markers are dropped because the original chapter table references the full title's playback timeline; re-add chapters in your authoring tool after cutting.
The cut runs in your browser session, so the practical limit is your device's available RAM and how long you're willing to wait. A 20 GB Blu-ray rip works on a desktop with 16 GB+ RAM; for laptops or older hardware, compress the M2TS first or cut directly from the source disc with a desktop tool.