Initializing... drag & drop files here
Supports: FLV
AVCHD is the camcorder format Sony and Panasonic introduced jointly in 2006 for consumer HD recording: H.264/AVC video and Dolby AC-3 audio multiplexed into an MPEG transport stream. FLV is the opposite kind of thing — Adobe's Flash Video container, usually holding low-resolution web video encoded with Sorenson Spark or VP6, sometimes H.264 in later files, with MP3 or AAC audio. This walk-through covers what happens when you push one into the other, which settings are locked and why, what the downloaded file actually is, and the point at which this conversion stops being the right answer.
.flv 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.The download is named with an .avchd extension, and that is worth explaining, because AVCHD is a specification rather than a file type — real AVCHD recordings are named .mts or .m2ts. Inside the file is an MPEG transport stream carrying an H.264 video track and an AC-3 audio track, which is exactly the AVCHD stream format. The practical implication is about file associations, not about the data:
movie.avchd to movie.mts (or .m2ts) and they will pick it up. No re-conversion is needed — the bytes are already correct.The second thing to be clear-eyed about is resolution. Most FLV files are modest web-resolution video — 320x240, 480x360, or at best 720p in later H.264 files — while AVCHD's entire purpose is HD. You can fit a small FLV into AVCHD, but upscaling a 480p clip to 1080p only stretches the pixels it already has. It buys container compatibility, not detail.
| Property | Value |
|---|---|
| Developed by | Sony and Panasonic, jointly |
| Introduced | 2006, for consumer HD camcorders |
| Video codec | H.264 / MPEG-4 AVC |
| Audio codecs allowed | Dolby Digital AC-3 (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 |
| What this page writes | An H.264 + AC-3 transport stream, named .avchd |
| Page | Container written | Video / audio codecs | Choose it when |
|---|---|---|---|
| FLV to AVCHD (this page) | MPEG transport stream | H.264 / AC-3, both locked | You want spec-correct AVCHD audio without thinking about it |
| FLV to MTS | MPEG transport stream | H.264 / AAC by default, AC-3 selectable | You want the camcorder-style extension and will set the audio yourself |
| FLV to M2TS | MPEG transport stream | H.264 / AAC by default, AC-3 selectable | Software expects the post-import .m2ts naming |
.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 (28 Mbit/s under the 2011 AVCHD Progressive amendment). A non-conforming source has to be constrained to fit, which is why some clips are downscaled or capped. Just as important, this converter produces the H.264 + AC-3 stream — it does not burn a playable disc. To make an AVCHD disc or card that a standalone player or camcorder will mount, drop the converted file into AVCHD authoring software such as multiAVCHD or tsMuxeR, which generates the BDMV index files around your stream. And if you only need the clip to play somewhere, remember that the FLV container itself still opens fine in VLC and ffmpeg — you may not need AVCHD at all. For a universally playable file, FLV to MP4 is almost always the better target.
Because AVCHD is a specification, not a true file extension — 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 only a label your workflow may or may not accept. If a tool insists on a different extension, rename the file. Nothing about the payload changes, and no re-conversion is needed.
Because AVCHD does not allow it. We checked the option lists on this page: Video Codec contains H.264 alone and Audio Codec contains AC3 alone. The specification permits Dolby Digital AC-3 or uncompressed linear PCM and nothing else, so the page offers AC3 only 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 FLV to MTS instead, where AAC is the default.
No. AVCHD is a high-definition format, but it cannot invent detail that was never recorded. Most Flash-era video is 480p or smaller; selecting 1080p under Preset Resolutions stretches those pixels across a bigger frame and produces a soft, upscaled image in a much larger file. The output is genuinely HD only if the FLV source was already HD, which is unusual for the format. Stepping up only as far as 720p is the gentler compromise.
No. What you get is the AVCHD video stream. A player-ready AVCHD 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. This file is the correct input to that authoring step, not a substitute for it. Copying it loose onto an SD card will not make a camcorder recognise it.
Because FLV and AVCHD use different audio codecs. FLV typically carries MP3, AAC or ADPCM audio, while AVCHD requires AC-3 or linear PCM. There is no way to keep the original track inside an AVCHD-compliant stream, so the audio is always re-encoded to AC-3. The video is re-encoded too — even an FLV that already contains H.264 is decoded and compressed again rather than copied through.
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 of those applies to your target device. For a web-resolution FLV source, anything above roughly 8 Mbit/s is spending bits on compression artefacts the source already had.
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, so it is also the fastest way to test your resolution and bitrate choices before committing to a full-length file.
For nearly everything except a camcorder or AVCHD-disc workflow, yes. MP4 plays on phones, browsers, smart TVs, editors and media servers with no folder structure, no authoring step and no renaming — use FLV to MP4. Pick AVCHD only when a specific device or authoring tool genuinely requires an H.264 transport stream with AC-3 audio. To go the other direction and pull AVCHD footage back into a Flash-era container, see AVCHD to FLV.