Step-by-step instructions
- 1
FFmpeg (command line — the definitive FLV decoder)
Re-encode to AVI with H.264 video and MP3 audio: `ffmpeg -i input.flv -c:v libx264 -crf 23 -c:a libmp3lame -b:a 192k output.avi`. For the most compatible AVI: `ffmpeg -i input.flv -c:v mpeg4 -q:v 4 -c:a libmp3lame -b:a 192k output.avi` (older MPEG-4 codec works in every AVI player). If the FLV has no audio: omit the audio flags. Check what's in the FLV first: `ffprobe input.flv`.
Go to converter - 2
VLC (GUI, cross-platform)
VLC → Media → Convert/Save → add the FLV → Convert/Save → set profile to 'Video - H.264 + MP3 (MP4)' → change container to AVI in the profile editor. Configure video codec (H.264 or MPEG-4) and audio codec (MP3). Set output filename with .avi. Click Start. VLC handles FLV decoding well including H.263, On2 VP6, and Sorenson Spark codecs commonly found in old FLV files.
- 3
HandBrake (GUI, for quality control)
Open HandBrake and select the FLV source. Change the output container to AVI (note: newer HandBrake versions may not list AVI — use MP4 or MKV instead, which are more compatible). Set video codec to H.264. Set RF to 23 for balanced quality. HandBrake shows a real-time preview, letting you check quality before committing to the full encode.
- 4
Online converters (for single files, no software)
For one-off conversions without installing software, use online converters like Convertio or CloudConvert. Upload the FLV, select AVI output, download the result. These work in the browser with no software installation. Note: upload speed is the bottleneck for large files — older FLV files from YouTube are often low-resolution (240p–480p) and small enough for web upload.
Why convert FLV to AVI?
FLV is a dead format — Adobe killed Flash in 2020. Converting to AVI rescues the content so it plays in any modern media player without requiring ancient browser plugins.
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
What codec is inside my FLV file?
Will FLV to AVI increase the file size?
Should I convert FLV to AVI or MP4?
No account. No upload. Works in any browser.