Initializing... drag & drop files here
Supports: F4V
F4V is Adobe's Flash-era video container, introduced on 3 December 2007 alongside Flash Player 9 Update 3 and built on the ISO base media file format (MPEG-4 Part 12) — the same box structure MP4 uses. AV1 is the royalty-free video codec published by the Alliance for Open Media, whose 1.0.0 bitstream specification landed in 2018. Converting between them is not a repackaging job: the H.264 video inside your F4V is fully decoded and re-encoded as AV1, which is why the result comes out smaller but takes longer to produce than a same-codec conversion would.
| Property | Value |
|---|---|
| Full name | Flash MP4 Video |
| Specification | Adobe Flash Video File Format Specification, version 10.1 (August 2010) |
| Released | 3 December 2007, with Flash Player 9 Update 3 |
| Container basis | ISO base media file format (MPEG-4 Part 12) |
| Video codec | H.264 / AVC (MPEG-4 Part 10) — the only video codec F4V carries |
| Audio codec | AAC or MP3 |
| Codecs it dropped from FLV | Sorenson Spark, VP6, Screen video, ADPCM, Nellymoser |
| Runtime support today | None — Adobe ended Flash Player support on 31 December 2020 and began blocking Flash content on 12 January 2021 |
| Best for | A source archive of Flash-era footage you still need to migrate |
| Property | Value |
|---|---|
| Full name | AOMedia Video 1 |
| Specification | AV1 Bitstream & Decoding Process Specification 1.0.0 (2018), Alliance for Open Media |
| Licensing | Royalty-free, with a patent-review process built into the standardisation rules |
| Encoder used here | SVT-AV1 (libsvtav1) |
| Quality scale | CRF 0-63, default 30 |
| Container written | Matroska, with the audio track carried alongside the video |
| Default audio codec | Opus — AAC, AC3, EAC3, DTS (DCA), FLAC, MP2, MP3 and Vorbis are also selectable |
| Browser decoding | Chrome 70+, Firefox 67+, Edge 121+; Safari 17+ is partial |
| Best for | Web delivery and long-term storage at a smaller size than H.264 |
.f4v onto the page or click "+ Add Files" to pick it from your computer. Several files can be queued and they all run with the same settings.AV1 is a codec, not a container, so a file cannot be "just AV1" any more than a photo can be "just JPEG compression" with no file around it. Our pipeline writes the AV1 video stream into a Matroska container and keeps your F4V's audio next to it, re-encoded to Opus by default. The bytes are a valid .mkv; only the file name says .av1.
That matters in practice, because a lot of software decides what a file is by looking at the extension before it looks at the bytes. VLC, mpv and ffmpeg-based tools sniff the container and play the file as-is. Windows' built-in player, some mobile gallery apps and most upload forms check the name first and will refuse it. Renaming clip.av1 to clip.mkv is a pure rename — nothing inside changes — and it clears up almost every "this file won't open" report. If you would rather not deal with the extension at all, F4V to WebM gives you a mainstream extension, and F4V to MKV gives you the Matroska container under its own name.
Because the page is named for the codec you asked for, and the file is named to match. AV1 has no container of its own, so the encoder wraps the stream in Matroska — the same bytes a .mkv would contain. Renaming the file to .mkv is safe, instant and does not re-encode anything; it simply lets extension-driven players and upload forms recognise it.
Yes. The AAC or MP3 soundtrack in your F4V is decoded and re-encoded into the Matroska container alongside the AV1 video. Opus is the default audio codec here because it pairs naturally with AV1 in open-media workflows, and the Audio Codec dropdown also offers AAC, AC3, EAC3, DTS, FLAC, MP2, MP3 and Vorbis if a specific player in your chain expects one of those.
Some, and it is unavoidable. Your F4V already stores lossily-compressed H.264, so the conversion decodes that and compresses it a second time — a generation of loss no encoder can undo. AV1's efficiency hides it well: at the default "Very High" preset most footage is hard to tell from the source at normal viewing distance. The one habit worth keeping is to convert once from the original F4V rather than chaining conversions, because each pass compounds the loss.
Chrome from version 70, Firefox from 67 and Edge from 121 decode AV1 natively; Safari's support starts at 17 and is still listed as partial. On the desktop, VLC and mpv handle AV1 regardless of browser support. Hardware decoders are now common on Apple M3-and-later Macs, iPhone 15 Pro (A17 Pro) and newer, Google Pixel 6 and newer, and Samsung Galaxy S21 and newer — older devices fall back to software decoding, which works but drains more battery.
AV1's compression gains come from a far larger search space than H.264 has, so the encoder simply has more work to do per frame. We encode with SVT-AV1, which is substantially faster than the original libaom reference encoder, but it is still slower than an x264 pass on the same clip. Trimming to the section you need or dropping the resolution a step are the two changes that shorten an AV1 job the most.
Usually, yes, and often by a wide margin. Published vendor comparisons put AV1 roughly 25-30% ahead of VP9, and Facebook's 2018 testing measured about 50% better data compression than x264 Main profile. Real results depend heavily on the footage — a static screencast benefits far more than a grainy, fast-moving clip. If you are chasing an exact number rather than a ratio, use the Specific file size mode instead of a quality preset.
Yes. Under File Compression, choose "Specific file size" and enter a target in bytes, kilobytes or megabytes — megabytes is preselected. The Auto Scale checkbox lets the encoder drop resolution when the target is too small for the source dimensions, which prevents the blocky result you would otherwise get from squeezing full-resolution frames into a tiny budget. Constant Bitrate, Variable Bitrate and Constraint Quality give finer control if you are matching a streaming ladder.
Pick AV1 if the file is headed for the web or long-term storage and you care about size. Pick something else if compatibility matters more: F4V to MP4 keeps you in the H.264 family that already lives inside your F4V and plays on essentially everything, while F4V to WebM is a good middle ground for browser delivery with a standard extension. There is no benefit to keeping the file as F4V — the container is tied to a runtime that no longer exists.
It is uploaded over an encrypted connection, converted on our servers, and both the upload and the finished AV1 file are deleted automatically a few hours afterwards. There is no sign-up and no watermark, and files are never shared or made public. The only practical ceiling on a large F4V is upload size and time.