Initializing... drag & drop files here
Supports: MKV
.f4v is ready to drop into a legacy Flash CMS or an archive folder.MKV (Matroska) is the modern open container that wraps H.264, H.265, and AV1 streams used by Blu-ray rips, anime releases, and 4K downloads. F4V is Adobe's MP4-style container designed for Flash Player streaming — essentially MP4 with a different extension and a few Flash-specific metadata atoms. Adobe officially discontinued Flash Player on December 31, 2020, and modern browsers removed Flash support in early 2021, so MKV → F4V is a niche legacy workflow rather than a mainstream conversion.
.f4v filenames. Re-wrapping new MKV recordings into F4V keeps the existing playlist database working without a backend rewrite.flashplayer_32_sa.exe and the macOS / Linux projector apps still run offline for kiosks, museums, and trade-show displays built around legacy .swf / .f4v content. F4V is the format the projector loads via NetStream..f4v for timeline video tracks. Authors maintaining legacy .fla projects need the F4V variant rather than raw MP4.| Property | MKV (Matroska) | F4V |
|---|---|---|
| Container origin | Open Matroska standard (2002) | Adobe (2007) — MP4 variant for Flash |
| Underlying container | Matroska EBML | ISO base media file format (same family as MP4) |
| Video codecs supported | H.264, H.265, AV1, VP9, MPEG-4, MPEG-2, etc. | H.264 (primary), VP6, Sorenson Spark on older builds |
| Audio codecs supported | AAC, AC-3, DTS, FLAC, Opus, MP3, anything | AAC, MP3 |
| Subtitle tracks | Multiple (SRT, ASS, PGS) | None native |
| Chapter markers | Yes — full chapter list | None |
| Multi-audio tracks | Yes — unlimited, language-tagged | Single track typical |
| Required playback runtime | Any modern player (VLC, MPV, browsers) | Flash Player 9.0.115+ or Adobe Animate / projector |
| Modern browser support | Native HTML5 in many browsers via MKV → MP4 fallback | None — Flash EOL December 31, 2020 |
| Practical use in 2026 | Standard for HD/4K video libraries | Legacy archive and Flash CMS feed-ins only |
| Setting | Recommended for F4V | Notes |
|---|---|---|
| Video codec | H.264 (default) | The only codec universally decoded by Flash Player 9.0.115+ inside F4V |
| H.264 profile | Baseline or Main | High profile works on Flash 11+ but not on early F4V deployments |
| Audio codec | AAC (default) | MP3 also valid; AAC is the standard Flash F4V pairing |
| CRF (quality) | 20-23 | Lower = better quality, higher = smaller file |
| Bitrate (720p) | 1500-3000 kbps | Typical Flash-era streaming target |
| Bitrate (1080p) | 3000-6000 kbps | Upper end of what Flash players reliably handle |
| Resolution | Match the original Flash deployment | Often 480p or 720p in legacy systems |
Adobe Flash Player reached end-of-life on December 31, 2020 and modern browsers no longer load it, so F4V is not a format you'd choose for new web video. The remaining legitimate use cases are feeding archived Flash CMS pipelines that still expect .f4v filenames, matching an existing F4V archive for consistency, importing video into Adobe Animate, and standalone Flash projector playback on offline kiosks and museum displays. For any browser, phone, or smart-TV target, convert MKV to MP4 instead — the underlying container is essentially identical and modern players require it.
Almost — both formats are built on the ISO base media file format, so the box structure is the same. F4V differs in two ways: it carries Adobe-specific metadata atoms used by Flash's NetStream, and Flash Player only honours certain codec/profile combinations (H.264 + AAC) inside it. You generally cannot rename an arbitrary .mp4 to .f4v and expect Flash to play it — the encoder needs to target the Flash-compatible profile, which is why a real conversion is more reliable than a rename.
H.264 for any F4V file destined for Flash Player 9.0.115 or later, which is virtually every Flash deployment from 2008 onward. Stick to Baseline or Main profile for maximum compatibility; High profile only works on Flash 11+ runtimes. VP6 and Sorenson Spark are ancient FLV-era codecs that some old encoders dropped into F4V, but modern Flash builds prefer H.264 and most legacy CMS pipelines expect it.
AAC is the standard pairing — the encoder emits AAC by default. MP3 also works in F4V containers and plays on Flash, but AAC is more efficient at the same bitrate and matches the codec used by virtually every Flash-era streaming workflow. The other codecs available in the encoder (AC-3, DTS, FLAC, Opus, Vorbis) are not supported by Flash Player and will not play in F4V.
No — F4V has no native subtitle track support, no chapter markers, and only one audio stream typically plays in Flash. Embedded SRT/ASS/PGS subtitles from the source MKV are dropped unless you burn them into the video before converting. Chapter markers are dropped. Secondary audio tracks (commentary, alternate languages) are dropped — convert a separate F4V for each language if you need switchable audio in your Flash player.
Usually similar in size or a little smaller per minute of video, since both containers carry H.264 and add only modest container overhead. If the source MKV holds H.265 or AV1, the F4V output will be 2-3× larger at the same visual quality because H.264 is less efficient than the newer codecs. Drop the bitrate or downscale to 720p / 480p if the output is too large for your archive target.
Yes. Use the trim section to enter a start time and duration. Both fields accept seconds (12.5) or HH:MM:SS.sss format (00:01:30.500). Trim out intros, recaps, or post-credits before the F4V is written so the archive copy is the exact runtime you want.
Yes — drop in dozens of MKV files and they convert sequentially in your browser session. Each download is a separate .f4v file. Set the codec, profile, bitrate, and resolution once and run the whole folder. For 4K MKVs over 5 GB, convert one at a time to avoid running out of browser-tab memory.
No — FLV is the older Flash Video container (2002, Macromedia/Adobe) wrapping Sorenson Spark, VP6, or H.264 streams, while F4V (2007) is the newer MP4-based container Adobe introduced for Flash Player 9.0.115+. Most legacy systems labelled "Flash Video" accept both, but some older players only read FLV. If your target rejects the F4V output, convert MKV to FLV for the older container instead.