FormatDrop
How-To Guide

How to Convert MP4 to FLV

FLV (Flash Video) was the format of YouTube, Twitch, and most internet video from 2003 to 2015. Flash Player is dead, but FLV files persist in archives, screen capture tools, and a handful of legacy streaming pipelines. Converting MP4 to FLV is occasionally needed for compatibility with these niche workflows.

Step-by-step instructions

  1. 1

    Upload your MP4 file

    Select your .mp4 file. The converter will re-encode the video to H.264 (which FLV supports) or VP6 (legacy FLV codec) inside the FLV container.

    Go to converter
  2. 2

    Choose FLV as output

    Select FLV. Most modern converters use H.264 + AAC inside FLV (this is technically FLV with the F4V codec set, but the .flv extension is preserved for compatibility).

  3. 3

    Download and use

    FLV files play in VLC, MPV, and any Flash-era video editor. They're commonly used in screen recording archives (Camtasia, Screencast-o-matic outputs) and legacy CMS systems.

Why convert MP4 to FLV?

FLV is the format that built YouTube before HTML5. Its modern uses are niche, but converting to FLV remains occasionally necessary for legacy tools that haven't moved on.

Your files never leave your device

FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.

Frequently asked questions

Is anyone still using FLV in 2026?
Some screen capture tools (older Camtasia, Screencast-o-matic) export to FLV by default. Some corporate LMS platforms still expect FLV. Adobe Animate (formerly Flash Pro) outputs FLV. Outside these niches, FLV is effectively retired.
FFmpeg command for MP4 to FLV?
`ffmpeg -i input.mp4 -c:v libx264 -c:a aac -ar 44100 output.flv`. For legacy FLV with VP6: `ffmpeg -i input.mp4 -c:v flv -c:a libmp3lame output.flv`.
Will FLV files play in modern browsers?
No — Flash Player is end-of-life since 2020. Modern browsers cannot play FLV via any plugin. To play in a browser, convert FLV to MP4 (HTML5 video) first.
Convert MP4 to FLV Now — Free

No account. No upload. Works in any browser.