Cut AVCHD files by setting start and end times. Free, no quality loss.
Process files in seconds with our optimized servers
Frame-accurate cuts with intuitive timeline controls
Maintain original quality with smart re-encoding
.MTS or .m2ts clip pulled from a Sony, Panasonic, Canon, or JVC camcorder's SD card. If you copied the full PRIVATE/AVCHD/BDMV/STREAM/ folder, upload the numbered stream file (e.g. 00000.MTS) directly. Batch uploads are supported.8.5) and HH:MM:SS.sss (e.g. 00:00:08.500) are accepted. Scrub the preview to find the exact moment before locking it in — useful for cutting the camera's record-start and record-stop dead air off the head and tail of a take.AVCHD is the consumer HD camcorder format jointly developed by Sony and Panasonic in 2006 and amended in 2011 (AVCHD 2.0) to add 1080/50p and 1080/60p Progressive mode. Inside the wrapper, video is always H.264/AVC, audio is Dolby Digital AC-3 (or, on some pro models, Linear PCM stereo), and the whole thing is packaged into an MPEG-2 Transport Stream — the same container Blu-ray uses, which is why on-camera files use the .MTS extension while desktop copies and Blu-ray rips use .m2ts. AVCHD also defines a strict folder structure (PRIVATE/AVCHD/BDMV/ on most solid-state Panasonic and Canon bodies, root-level BDMV/ on DVD-based and many Sony models) with CLIPINF, PLAYLIST, and STREAM subfolders that hold the metadata an AVCHD-aware player needs to seam-stitch a long take across multiple stream files.
Common reasons to cut without converting:
| Property | AVCHD (full folder) | .MTS (loose file) |
.m2ts (Blu-ray / desktop) |
|---|---|---|---|
| What it is | Complete camera capture: BDMV/ + CLIPINF/ + PLAYLIST/ + STREAM/ |
One stream file from inside STREAM/, copied off the card |
The same stream file, renamed (long filenames allowed) |
| Filename style | 8.3 (00000.MTS, 00001.MTS) |
8.3 (00000.MTS) |
Long filenames (vacation_day3.m2ts) |
| Container | MPEG-2 Transport Stream (BDAV) | MPEG-2 Transport Stream (BDAV) | MPEG-2 Transport Stream (BDAV) |
| Video codec | H.264/AVC (always) | H.264/AVC | H.264/AVC, MPEG-2, or VC-1 (Blu-ray) |
| Audio codec | Dolby AC-3 or LPCM | AC-3 or LPCM | AC-3, DTS, LPCM, +HD audio on Blu-ray |
| Multi-clip seam metadata | Yes (PLAYLIST .MPL stitches splits) |
No (stream only) | No (stream only) |
| Typical origin | Sony / Panasonic / Canon / JVC camcorder SD card | Single file pulled off the camera card | Blu-ray disc rip or desktop copy of .MTS |
Renaming .MTS ⇄ .m2ts |
N/A — folder structure | Safe; byte-identical | Safe; byte-identical |
The three are byte-identical at the stream level — renaming .MTS to .m2ts (or back) changes nothing inside the file. The AVCHD folder wrapper adds playlists and clip-info metadata so the camera can seam-stitch a take split across two stream files; if you only have the loose .MTS, you lose that stitch metadata but the audio and video are intact.
| Mode | Resolution | Max Video Bitrate | Audio | Hourly File Size |
|---|---|---|---|---|
| PS (AVCHD 2.0 Progressive) | 1920x1080 / 50p or 60p | 28 Mbps | AC-3 stereo or LPCM | ~13 GB |
| FX | 1920x1080 / 60i or 24p | 24 Mbps | AC-3 stereo | ~11 GB |
| FH | 1920x1080 / 60i or 24p | 17 Mbps | AC-3 stereo | ~8 GB |
| HQ | 1280x720 / 60p | 17 Mbps | AC-3 stereo | ~8 GB |
| HA | 1280x720 / 60p | 13 Mbps | AC-3 stereo | ~6 GB |
| LP | 1440x1080 / 60i (anamorphic) | 5 Mbps | AC-3 stereo | ~2 GB |
The AVCHD 1.0 spec caps non-DVD media at 24 Mbps; AVCHD 2.0 (2011) lifted that to 28 Mbps for the new Progressive 1080/50p and 1080/60p modes. DVD-based AVCHD camcorders are capped lower, at 18 Mbps.
When the cut points fall on I-frame (keyframe) boundaries, the segment is stream-copied — the original H.264 video and AC-3 (or LPCM) audio 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; everything after the first keyframe in the segment is untouched.
Cutters snap the start point to the nearest preceding keyframe. AVCHD encoders place an I-frame roughly every 0.5-2 seconds (the camera chooses based on scene complexity and mode), 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 — most desktop NLEs do this internally when you set in/out points.
Not directly — the split happens at the FAT32 4 GB file size limit, and the resulting .MTS files are independent stream files. The AVCHD spec guarantees they are codec-compatible and align at a GOP boundary, and the PLAYLIST/*.MPL file in the original folder structure tells AVCHD-aware players to seam-stitch them. To cut a clip spanning the seam, concatenate the two files first (with ffmpeg -f concat, mkvmerge, or any editor) and then cut the joined result. If you uploaded the full AVCHD folder, the player metadata is preserved but online cutters work on individual stream files, not folders.
Keep AVCHD/MTS if the clip is going back to the camcorder card, an AVCHD-aware player, or any workflow that expects the original transport-stream wrapper. Switch to MP4 for editing in Premiere, DaVinci Resolve, Final Cut, or sharing on YouTube/Vimeo — the audio gets re-muxed (often AC-3 stays, depending on the editor's tolerance, or it converts to AAC). Switch to MKV when you want a flexible container that natively holds AC-3 and any subtitle or chapter tracks you add later.
The three pages target the same underlying stream — they exist so you can land on whichever extension matches your file. Internally the cut is the same operation because .MTS, .m2ts, and the contents of an AVCHD STREAM/ folder are byte-identical MPEG-2 Transport Streams with H.264 video and AC-3 audio. If you have the full AVCHD folder from your camera, use this page; if you have a single loose .MTS off the card, cut-mts is the direct match; if you have a .m2ts from a Blu-ray rip, use cut-m2ts.
Yes. AC-3 is the mandatory audio codec for AVCHD camcorders (LPCM is allowed but rare outside pro bodies), and it is stream-copied into the output container unchanged. If you switch the output container to MP4, AC-3 is officially permitted by the ISO base media spec but some editors and browsers prefer AAC — convert separately if your downstream player rejects AC-3 in MP4.
This page produces one segment per upload. To pull two or three highlights from a single take, run the cut once per segment. To stitch the resulting segments back together, use a desktop tool such as ffmpeg -f concat or mkvmerge — keep the same codec, resolution, and frame rate across all segments (which is automatic if they came from the same source clip) so the join can stream-copy without re-encoding.
AVCHD is a transport-stream format designed for hardware decoders; some software players struggle with the packet-aligned structure, the variable-bitrate H.264 streams up to 28 Mbps, or interlaced 60i material that the player has to deinterlace on the fly. After cutting, try playing in VLC or mpv (both handle AVCHD natively) — if those are smooth, the original was fine and your previous player was the problem. For older hardware, compress the AVCHD to a lower bitrate or convert to MP4 with H.264 baseline profile for broader compatibility.
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 4 GB FAT32-split AVCHD clip works comfortably on a desktop with 8 GB+ RAM; concatenated multi-segment takes pushing 10+ GB are best handled on a desktop with 16 GB+ RAM. For lower-spec laptops, cut one source file at a time or trim AVCHD by simple percentage instead of by timecode.