AVCHD to F4V Converter

Convert AVCHD files to F4V format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: AVCHD

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Show All Options
File Compression
Preset
Video resolution
Trim

AVCHD to F4V: An MP4-Family File Wearing an Adobe Badge

F4V is Adobe's "Flash MP4" container, and the name is more accurate than it looks. Unlike the older FLV, F4V is built directly on ISO/IEC 14496-12, the ISO base media file format — the same foundation as MP4 and MOV — and it was introduced so Flash Player could carry H.264 video and AAC audio instead of the Sorenson and VP6 codecs FLV was stuck with. Flash Player has been able to play F4V since version 9 Update 3 (9,0,115,0).

You can see the family resemblance in the bytes. An F4V produced here starts with an ftyp box whose major brand is f4v and whose compatible-brands list contains f4v and isom; every media analyser identifies the container as a member of the MP4 group. What separates a real F4V from a plain MP4 is a small set of Adobe-specific boxes — afra for fragment random access and abst for the streaming bootstrap — that Flash Player's HTTP Dynamic Streaming used, and which a straightforward file conversion has no reason to write.

Which leads to the honest recommendation: Adobe ended support for Flash Player on 31 December 2020 and began blocking Flash content from 12 January 2021, so unless a specific piece of legacy software still lists .f4v in its import dialog, AVCHD to MP4 gives you the same H.264 and AAC in the container everything on earth actually opens.

How to Convert AVCHD to F4V

  1. Upload Your AVCHD File: Drag the .avchd onto the page or click "+ Add Files". Only the .avchd extension is accepted. Several clips can be queued and all convert with the same settings.
  2. Set Audio Codec: Video Codec has one entry, H.264, and it is already selected — F4V accepts nothing else here. Audio Codec opens on AAC with MP3 as the alternative. Stay on AAC unless the software reading the file predates AAC-in-Flash support.
  3. Choose a File Compression Mode and Video resolution: File Compression opens on Quality Preset at "Very High (Recommended)". The alternatives are Specific file size with an Auto Scale toggle, Constant Bitrate, Variable Bitrate, Constant Quality and Constraint Quality — and on H.264 the Constant Quality field is a real CRF on a 16-51 scale opening at 23, where lower means better. Video resolution opens on Keep original; Trim takes a Start time and a Duration.
  4. Convert and Download: Click Convert and save the .f4v. Files are uploaded over an encrypted connection, re-encoded on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared or made public.

It Looks Like a Rewrap. It Is Not.

This is the conversion where the temptation to assume a stream copy is strongest, and it is worth naming plainly. AVCHD stores H.264 video. F4V accepts H.264 video. On paper you could lift the compressed video stream out of the transport stream, drop it into an ISO base media container, and be finished in seconds with zero quality loss.

That is not what happens here. The server decodes every frame and encodes it again, which means:

  • There is a generation of loss. A camcorder clip that was already compressed at up to 24 Mbit/s is decoded to pixels and re-compressed by x264. At the "Very High" preset the result is visually very close, but it is not the original bitstream.
  • The conversion takes real time, roughly proportional to the clip length and the frame size, rather than the near-instant copy a remux would be.
  • The settings genuinely matter. Because a second encode is happening, the File Compression mode you pick decides how much of the original survives it. On a 6-second 1080p test file at CRF 23 with AAC audio the output came to 4,295,033 bytes; at other settings it would be very different.
  • The AC-3 soundtrack is replaced. F4V carries AAC or MP3, not Dolby Digital, so the camcorder's AC-3 or linear-PCM track is decoded and re-encoded regardless of what you do.

If a lossless rewrap is what you actually need, that is a job for a desktop remuxer working on the original .MTS files rather than an online conversion.

AVCHD and F4V Side by Side

Property AVCHD (source) F4V (output)
Full name Advanced Video Coding High Definition Flash MP4 Video
Published by The AVCHD Format Co-Promoters, from 2006 Adobe
Structure MPEG-2 transport stream ISO base media file format, ISO/IEC 14496-12
Video coding MPEG-4 AVC/H.264, and MPEG-4 MVC/H.264 for stereoscopic recordings H.264 only on this page
Audio coding Dolby Digital (AC-3) at 64-640 kbps, or linear PCM at 1.5 Mbps stereo AAC by default; MP3 is the alternative
Maximum bitrate in the specification 24 Mbit/s, 18 Mbit/s to DVD media, 28 Mbit/s for stereoscopic Not constrained by the container
Brand written in the file n/a ftyp major brand f4v , compatible with isom
What plays it Camcorder software, media servers, ffmpeg-based players Flash Player, and most MP4-family players by virtue of the shared structure
Current status Still written by AVCHD camcorders Flash Player support ended 31 December 2020

The AVCHD bitrate and codec figures above are as published in the official AVCHD format specification.

Which File Compression Mode to Use

Mode Behaviour on H.264 Good for
Quality Preset (opens selected, at Very High) Scales the source clip's own bitrate rather than setting an absolute one Leaving alone when you have no particular target
Constant Quality A genuine CRF, 16-51, opening at 23, lower is better The best default if you care about picture rather than size
Constraint Quality CRF plus a Max bitrate ceiling Feeding a delivery system with a hard bitrate cap
Constant Bitrate Fixed rate, with an Auto Scale toggle Legacy streaming setups that assume a flat rate
Variable Bitrate Target with min and max, plus Auto Scale Long recordings with mixed complexity
Specific file size Derives a bitrate from your target and the duration Hitting an upload limit exactly

One caution about Quality Preset on a camcorder source: it multiplies the source bitrate rather than setting an absolute one, and the "Very High (Recommended)" rung the page opens on asks for 1.32x what the source used. AVCHD is a high-bitrate format by design, so leaving that untouched on a 24 Mbit/s clip aims at roughly 32 Mbit/s of H.264 for no visible gain. Medium is the first rung that aims below the source, and Constant Quality at CRF 23 is usually the better instinct.

Frequently Asked Questions

Is an F4V just an MP4 with a different extension?

Structurally it is very close — both are ISO base media file format containers, and the F4V this page writes declares isom among its compatible brands, which is why MP4-family players open it. The differences are the Adobe boxes a full F4V can carry: afra for fragment random access, abst for the HTTP Dynamic Streaming bootstrap, and Adobe's XMP metadata. A plain file conversion writes none of those, because they only mean anything to Flash Player's streaming machinery. Renaming an .f4v to .mp4 will therefore work for most players, but if a tool is checking the brand it will notice.

Why is there only one entry under Video Codec?

Because F4V was defined around H.264 and the option set reflects that. Every codec entry on the site carries an allow-list of output formats it may be offered for, and only H.264 lists F4V, so the group renders with a single already-selected item. That is convenient here: AVCHD is H.264 too, so the codec family does not change even though the encode does. The Audio Codec group is the one with a real choice — AAC or MP3.

Should I pick AAC or MP3 for the audio?

AAC, unless something specific asks otherwise. AAC is the codec F4V was introduced to support and it is meaningfully more efficient than MP3 at the same bitrate, which matters when you are already re-encoding a camcorder soundtrack. MP3 is worth choosing only for a player or authoring tool that predates AAC support in the Flash ecosystem. Either way the source AC-3 or linear-PCM track is decoded and re-encoded; neither can be carried through untouched, because F4V accepts neither.

My files are .MTS, not .avchd. Does that matter?

This page accepts the .avchd extension only, so yes. No camcorder writes .avchd — AVCHD recordings arrive as .MTS on the memory card and .M2TS once imported into a BDMV structure or onto a disc — so a file with that name has almost certainly been renamed or produced by a converter. The underlying transport-stream bytes are identical to a .mts, so a rename will work, but MTS to F4V and M2TS to F4V already exist for the names your camera actually uses.

Does converting to F4V deinterlace 1080i camcorder footage?

No. There is no deinterlacing filter anywhere in this pipeline, at any setting. If your clips were recorded in a 1080i mode, each frame holds two fields captured a moment apart, and the horizontal combing on moving subjects is encoded straight into the F4V exactly as it exists in the source. H.264 has interlaced coding tools but they are not engaged here — the woven picture simply becomes the picture. Deinterlacing needs a desktop editor with a dedicated filter applied before you upload.

Will the pixel aspect ratio of my camcorder footage survive?

If you leave Video resolution on Keep original, yes — the source's pixel aspect ratio is carried through. Any resize flattens it to square pixels, which is fine for the 1920x1080 modes most AVCHD camcorders use but will visibly distort footage recorded in an anamorphic mode such as 1440x1080. If your clip is anamorphic and you do need to rescale, set an explicit Width x Height that already accounts for the display aspect rather than using a percentage or a height preset.

Can anything still play an F4V file in 2026?

Yes, but not Flash Player. Because F4V is an ISO base media container holding H.264 and AAC, ffmpeg-based players such as VLC and MPV open it directly, and most MP4-capable software will too — sometimes only after you rename the file to .mp4. What is gone is the original context: Flash Player reached end of life on 31 December 2020 and Adobe began blocking Flash content on 12 January 2021, so no browser plays F4V through a plugin any more. Convert to F4V because a specific legacy tool wants that extension, not because you expect it to be widely playable.

Why is the F4V smaller or larger than the AVCHD file?

Because it is a fresh encode at whatever rate you asked for, not a copy. AVCHD records at up to 24 Mbit/s to guarantee quality on a memory card; a modern x264 encode at CRF 23 usually needs far less than that for the same apparent picture, so the F4V is normally much smaller. It grows instead when you leave Quality Preset on "Very High", which targets 1.32x the source bitrate — on a 24 Mbit/s clip that is an ask for roughly 32 Mbit/s. Switch to Constant Quality and set the CRF, or use Specific file size if you have a number to hit.

How large a file can I convert, and what happens to my upload?

There is no fixed per-file cap; upload size and connection speed are the real constraint, and AVCHD is heavy — 24 Mbit/s means a long recording runs to several gigabytes before conversion even starts. If you only need part of a clip, setting a Start time and Duration under Trim is far quicker than sending the whole thing. Everything you upload travels over an encrypted connection, is converted on our servers, and both the upload and the output are deleted automatically after a few hours. Files are never shared or made public, there is no account to create and no watermark is added.

Rate AVCHD to F4V Converter Tool

Rating: 4.8 / 5 - 86 reviews