Cut and trim MTS (AVCHD) camcorder recordings online. Extract highlights with optional 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
MTS is the file extension Sony, Panasonic, Canon, and JVC HD camcorders write to the SD card when recording AVCHD video. AVCHD was developed jointly by Sony and Panasonic in 2006 and packages H.264/AVC video with Dolby AC-3 or linear PCM audio inside an MPEG-2 transport stream. Camcorder takes routinely include setup time, dead air, and footage you don't need in the final cut — trimming MTS in-place keeps the AVCHD codec untouched for downstream tools that expect it (Blu-ray authoring, Sony Catalyst, Panasonic HD Writer, AVCHD-aware NLEs).
| Property | MTS (camcorder) | M2TS (Blu-ray / imported) |
|---|---|---|
| Where you see it | SD card / camcorder internal storage | BDMV/STREAM folder on Blu-ray, or after import to PC |
| Encryption | Unencrypted | Often AACS-encrypted on commercial discs |
| Container | MPEG-2 transport stream | MPEG-2 transport stream (same bytes, different extension) |
| Video codec | H.264/AVC (also MPEG-2 on older models) | H.264/AVC, MPEG-2, or VC-1 |
| Audio codec | Dolby AC-3 (most common), LPCM | Dolby AC-3, DTS, LPCM, Dolby TrueHD |
| Typical bitrate | 17 Mbit/s (consumer 1080i), up to 28 Mbit/s (AVCHD 2.0 1080p60) | 18–40 Mbit/s for HD Blu-ray |
| Max audio channels | Stereo or 5.1 surround | Up to 7.1 surround |
| Renaming | Can be renamed .m2ts and still play | Can be renamed .mts and still play |
| Mode | Resolution | Frame rate | Typical bitrate | Codec |
|---|---|---|---|---|
| AVCHD HQ (1080i) | 1920x1080 | 60i / 50i | 17 Mbit/s | H.264 + AC-3 |
| AVCCAM / Pro 1080i | 1920x1080 | 60i / 50i | 24 Mbit/s | H.264 + AC-3 |
| AVCHD Progressive (2.0, 2011+) | 1920x1080 | 60p / 50p | 28 Mbit/s | H.264 + AC-3 |
| 720p | 1280x720 | 60p / 50p / 24p | 8–17 Mbit/s | H.264 + AC-3 |
| AVCHD Lite | 1280x720 | 60p / 50p | ~12 Mbit/s | H.264 + AC-3 |
Sony Handycam (HDR-CX, FDR-AX, NEX-VG), Panasonic HC-V, HC-X, and AG-AC series, Canon VIXIA / LEGRIA HF, and JVC Everio GZ models record to MTS in AVCHD format. The recording is H.264 video plus Dolby AC-3 audio, written into a BDMV/STREAM folder structure on the SD card.
AVCHD camcorders typically segment a single take into ~2 GB chunks because of the AVCHD specification's file size limit (also reinforced by FAT32 on older cards). A 30-minute 1080i recording at 17 Mbit/s often produces three or four MTS files. They are designed to play back as one continuous clip when the camcorder loads the BDMV folder, but most editors see them as separate files. Trim each segment to its useful section and join downstream, or merge first with a tool like tsMuxeR before trimming.
No. The output is a standalone trimmed MTS file. The full BDMV/PRIVATE/AVCHD/STREAM directory hierarchy, the .CPI clip-info files, and the .MPL playlist are not reconstructed. The trimmed MTS will still play in VLC, MPC-HC, Sony Catalyst, and most NLEs, and you can rename it to .m2ts and feed it to a Blu-ray authoring tool, but it won't behave as part of a camcorder-imported AVCHD project.
This online tool re-encodes during trim, which gives you frame-accurate cut points and the ability to change bitrate or resolution in the same step. If you specifically need a no-re-encode cut (lossless, but only at GOP boundaries — typically every 12–15 frames in AVCHD), use a stream copy tool like tsMuxeR or ffmpeg -c copy. The tradeoff: GOP-boundary cuts can land up to half a second off your intended frame.
Yes. Trim and compress in one pass. Pick "Specific file size" and target 25 MB for Gmail or 100 MB for most messaging apps; or use "Target file size (%)" to scale relative to source. A 1-hour 1080i take (4–8 GB) trimmed to a 5-minute clip at 720p typically lands well under 100 MB. For maximum platform compatibility consider MTS to MP4 instead — most inboxes and chat apps handle MP4 better than MTS.
Yes if the source is 5.1 — the audio track is re-encoded alongside the video and the channel layout is preserved. AVCHD AC-3 is typically 256–640 kbit/s for 5.1 and 192–256 kbit/s for stereo, and the trimmed output keeps the same channel count unless you explicitly change codec.
Both work. AVCHD 2.0 (the 2011 amendment) added 1080p50/60 at up to 28 Mbit/s and stereoscopic 3D modes; the trim handles them the same way as 1080i. If you don't need 60p smoothness in the final clip, dropping to 1080p30 cuts file size roughly in half.
Keep MTS if the next step is Blu-ray authoring, Sony Catalyst Browse, Panasonic HD Writer, or any AVCHD-aware NLE that prefers the native container. Switch to MP4 (MTS to MP4) for sharing on YouTube, Discord, Slack, Gmail, iMessage, or any platform that doesn't natively recognize the .mts extension. The underlying H.264 video can be remuxed without re-encoding when going MTS→MP4.
Trim usually means keeping one continuous segment (set start + duration). Cut/split means producing multiple output files from a single source — for that workflow, run trim multiple times with different time ranges, or use Video Cutter which is designed around extracting multiple clips from one source.