Initializing... drag & drop files here
Supports: FLV
FLV (Flash Video) was the dominant web video format from 2003 to about 2015 — the format YouTube, Vimeo, and most streaming sites used during the Flash era. Adobe officially discontinued Flash Player in December 2020, and modern browsers no longer support it. FLV files are essentially stranded — playable only with VLC, archived Flash plugins, or specialty converters. WebM is the modern open-source web video format, designed for HTML5 <video>. Common reasons to convert FLV → WebM:
<video> embedding — FLV doesn't play in any modern browser. WebM plays in Chrome, Firefox, Edge, Opera, and Safari 14.1+ via <source type="video/webm">.| Property | FLV | WebM |
|---|---|---|
| Container origin | Macromedia / Adobe (2002) | Google (2010) |
| Common video codecs | Sorenson H.263, VP6, H.264 (later) | VP8, VP9, AV1 |
| Common audio codecs | MP3, AAC, Nellymoser, Speex | Opus, Vorbis |
| Browser playback | Required Flash Player (discontinued 2020) | Universal — all modern browsers |
| Compression efficiency | Outdated (early 2000s codecs) | Modern (VP9 / AV1) |
| Royalty status | H.263 / VP6 licensing concerns | Royalty-free end-to-end |
| Modern adoption | Dead — archive only | Web standard |
| Best for | Reading old Flash archives | Modern web embedding |
| Codec | File size (relative) | Browser / device support | Best for |
|---|---|---|---|
| VP9 | 100% (baseline modern) | All modern browsers, most devices since 2017 | Default — sweet spot for web |
| AV1 | ~70% | 2022+ devices, modern browsers | Smallest size, future-proof |
| VP8 | ~140% | Universal back to ~2010 | Legacy compatibility only |
Adobe Flash Player was officially end-of-life on December 31, 2020. All major browsers (Chrome, Firefox, Edge, Safari) removed Flash support in early 2021. Standalone Flash projector apps still exist for offline use, but the format is effectively dead on the modern web. Converting FLV → WebM (or FLV to MP4) gets the content into a format that plays anywhere in 2026.
A small re-encoding loss is unavoidable since FLV's older codecs (Sorenson H.263, VP6) and WebM's VP9 / AV1 are different. At CRF 18-22 the difference is invisible — and often the WebM looks subjectively better than the original FLV at much smaller file size, because modern codecs handle the same content more efficiently. Old FLVs were typically encoded at low bitrates, so quality is capped by the source.
Safari 14.1+ (macOS Big Sur and later, iOS 14.5+) supports WebM with VP9. For older Safari, embed both formats in your <video> tag — WebM first, MP4 fallback second. See FLV to MP4 for the fallback file.
VP9 for almost everything — universal modern browser support, fast server-based conversion. AV1 for archival when you want the smallest possible files and don't mind slower encoding. VP8 only for very old Android devices or extreme legacy compatibility.
Yes — drop in folders of FLV files. They convert in parallel withon our servers and download individually or as a single ZIP. Useful for modernizing an archive of old YouTube downloads or Flash-era recordings.
Yes. Use the trim section to enter a start time and duration. Both accept seconds (12.5) or HH:MM:SS.sss format (00:01:30.500). Trim first to skip dead air, advertising bumpers, or test patterns common in old web video.
Yes. FLV's MP3 / AAC / Nellymoser / Speex audio is decoded and re-encoded to Opus (default for WebM) or Vorbis. Quality is preserved at typical bitrates. Speech-codec audio (Nellymoser, Speex) sometimes sounds slightly different after re-encoding to Opus — usually clearer.
Many old FLVs have minor corruption from incomplete downloads or interrupted streaming captures. The conversion can sometimes fix mild issues by re-encoding cleanly from the start. For severely corrupted FLVs, try a tool like FixFLV first, or use VLC's "Save as" feature to repair, then convert the repaired file.