Initializing... drag & drop files here
Supports: ASF
AVCHD is the camcorder format Sony and Panasonic introduced jointly in 2006 for consumer high-definition recording: H.264/AVC video and Dolby Digital AC-3 audio multiplexed into an MPEG transport stream. ASF is Microsoft's Advanced Systems Format, the container behind Windows Media — the same structure that .wmv and .wma files use, normally holding Windows Media Video with Windows Media Audio.
Pushing one into the other is a compatibility move, and there is nothing to get wrong on the codec side because there is nothing to choose. What does need explaining is the file you end up with, and what it is not.
.asf onto the page or click "Add Files" to browse. Several files can be queued and converted with the same settings, each uploaded over an encrypted connection..avchd File Actually IsThe download is named with an .avchd extension, and that deserves an explanation, because AVCHD is a specification rather than a file type. Real AVCHD recordings are named .mts on the camcorder and .m2ts after they are imported to a computer; nothing in the specification ever produces a file called .avchd.
Inside the download is an MPEG transport stream carrying an H.264 video track and an AC-3 audio track — which is exactly the AVCHD stream format. A file produced this way probes as format mpegts, with plain 188-byte transport packets whose sync byte sits at offset 0. The implication is about file associations, not about the data:
clip.avchd to clip.mts or clip.m2ts and they will pick it up. Nothing is re-encoded by renaming; the bytes are already correct.The second thing to be clear-eyed about is what a loose stream is not. This is not an AVCHD disc or memory card. A player-ready AVCHD volume also needs the BDMV directory structure, the STREAM folder, the clip-information and playlist files and the index metadata — all written by authoring software such as multiAVCHD or tsMuxeR. The file this page produces is the correct input to that step, not a substitute for it. Copying it loose onto an SD card will not make a camcorder recognise it.
| Property | Value |
|---|---|
| Developed by | Sony and Panasonic, jointly |
| Introduced | 2006, for consumer high-definition camcorders |
| Video codec | H.264 / MPEG-4 AVC |
| Audio codecs allowed | Dolby Digital AC-3 at 64-640 kbit/s, or linear PCM on some professional models |
| Container | MPEG transport stream |
| Recorded extensions | .mts on the camcorder, .m2ts after import to a computer |
| Maximum bitrate | 24 Mbit/s, or 18 Mbit/s when recorded to DVD media |
| 2011 amendment | AVCHD Progressive added 1080/50p and 1080/60p at up to 28 Mbit/s; AVCHD 3D added stereoscopic recording |
| Disc structure | A BDMV directory with STREAM, clip information, playlists and index files |
| What this page writes | An H.264 + AC-3 transport stream, named .avchd |
| Page | Container written | Codecs | Choose it when |
|---|---|---|---|
| ASF to AVCHD (this page) | MPEG transport stream, plain 188-byte packets | H.264 and AC-3, both locked | You want spec-correct AVCHD audio without thinking about it |
| ASF to MTS | MPEG transport stream, plain 188-byte packets | H.264 with AAC by default; AC-3 selectable | You want the camcorder extension and will set the audio yourself |
| ASF to M2TS | MPEG transport stream with BDAV framing — 192-byte packets carrying a four-byte arrival timestamp | H.264 with AAC by default; AC-3 selectable | Software expects the post-import .m2ts naming and framing |
The .m2ts distinction is real rather than cosmetic: the transport-stream muxer infers BDAV framing from the output extension, so .m2ts gets the 192-byte packet layout Blu-ray uses and .mts and .avchd get plain 188-byte packets. Which one an authoring tool wants depends on the tool.
.avchd extension has no file association anywhere. Rename it to .mts or .m2ts, or open it in VLC, which ignores the extension entirely.AVCHD is a rigid specification — defined resolution tiers, defined H.264 levels and a 24 Mbit/s ceiling, raised to 28 Mbit/s for 1080/50p and 1080/60p under the 2011 AVCHD Progressive amendment. A non-conforming source has to be constrained to fit, which is why some clips end up downscaled or capped. Just as important, this page produces the stream, not a playable disc; that final step belongs to authoring software. And if the destination is anything other than a camcorder or AVCHD-authoring workflow, remember that ASF to MP4 is almost always the better target — a universally playable file with no renaming, no folder structure and no bitrate envelope to respect.
Because AVCHD names a specification rather than a file type — camcorders write .mts and computers use .m2ts once a clip has been imported into a BDMV folder. The .avchd file you download holds the same H.264-in-transport-stream bytes; the extension is a label your workflow may or may not accept. If a tool insists on a different name, rename it. Nothing about the payload changes and no re-conversion is needed.
Because AVCHD does not allow it. The option lists on this page contain exactly one entry each: Video Codec is H.264 and Audio Codec is AC3. The specification permits Dolby Digital AC-3 or uncompressed linear PCM and nothing else, so the page offers AC-3 rather than letting you build a file that calls itself AVCHD and then gets rejected by the first hardware player that reads it. If you want AAC in a transport stream — perfectly reasonable when the destination is a computer or a media server — use ASF to MTS, where AAC is the default.
No. What you get is the AVCHD video stream. A player-ready disc or card also needs the BDMV directory structure, the STREAM folder, the clip-information and playlist files and the index metadata, all of which authoring software writes around your stream. This file is the correct input to that step, not a replacement for it, and copying it loose onto an SD card will not make a camcorder recognise it.
No. AVCHD is a high-definition format but it cannot invent detail that was never recorded. Plenty of Windows Media files are 480p or smaller, and selecting 1080p under Preset Resolutions stretches those pixels across a bigger frame, producing a soft, upscaled image in a much larger file. The output is genuinely HD only if the ASF source already was. Stepping up only as far as 720p is the gentler compromise if a device insists on an HD frame.
Because ASF and AVCHD have no audio codec in common. ASF carries Windows Media Audio, and AVCHD requires AC-3 or linear PCM, so there is no way to keep the original track inside a conforming stream. The video is re-encoded too — even an ASF that already contains H.264 is decoded and compressed again rather than copied through, since this pipeline has no pass-through path.
AVCHD caps at 24 Mbit/s, dropping to 18 Mbit/s for material recorded to DVD media, and the 2011 AVCHD Progressive amendment raised the ceiling to 28 Mbit/s for 1080/50p and 1080/60p. Switch File Compression to Constant Bitrate and stay under whichever applies to your target device. For a standard-definition Windows Media source, anything above roughly 8 Mbit/s is spending bits reproducing artefacts the source already had.
Framing, not codecs. The transport-stream muxer infers its packet layout from the output extension: .m2ts gets BDAV framing, where each 188-byte transport packet is prefixed with a four-byte arrival timestamp for a 192-byte packet, and .mts and .avchd get plain 188-byte packets with the sync byte at offset 0. Blu-ray structures use the BDAV form. Which one your authoring tool or player expects is worth checking before you commit to a long encode.
Yes. Switch Trim from Unchanged to Time Range and enter a Start time and a Duration, either in plain seconds or as HH:MM:SS.sss. Only that window is decoded and re-encoded, which also makes it the fastest way to test a resolution and bitrate combination before committing to the full file. To split a source into several separate clips instead, use Video Cutter first.
For nearly everything except a camcorder or AVCHD-authoring workflow, yes. MP4 plays on phones, browsers, smart televisions, editors and media servers with no folder structure, no authoring step and no renaming — use ASF to MP4. Pick AVCHD only when a specific device or tool genuinely requires an H.264 transport stream with AC-3 audio. To go the other way and open AVCHD footage somewhere modern, AVCHD to MP4 is the conversion.