Initializing... drag & drop files here
Supports: AVI
AVI (Audio Video Interleave) is Microsoft's 1992 container — common for DivX/Xvid rips, old camcorder output, and Windows-era video editing. FLV (Flash Video) is Adobe's 2003 container that powered web video from YouTube's launch through about 2015. Adobe officially discontinued Flash Player on December 31, 2020, so FLV is now an archival/legacy format. Most users converting AVI → FLV are feeding a pipeline that still expects FLV input. Common reasons:
.fla / .cptx projects.If you're not feeding a Flash-era pipeline, convert AVI to MP4 instead — MP4 is the modern web standard.
| Property | AVI | FLV |
|---|---|---|
| Container origin | Microsoft (1992) | Macromedia / Adobe (2003) |
| Common video codecs | DivX, Xvid, MPEG-4, MJPEG, uncompressed | Sorenson H.263 (FLV1), VP6, H.264 (later) |
| Common audio codecs | MP3, PCM, AC-3 | MP3, AAC, Nellymoser, ADPCM |
| Browser playback | None natively | Required Flash Player (discontinued 2020) |
| Typical file size (1 hour @ 480p) | 700 MB - 1.5 GB | 200 - 400 MB |
| Streaming friendly | No (no metadata index) | Yes (designed for RTMP/HTTP streaming) |
| Modern adoption | Legacy — desktop archives | Dead — Flash pipelines only |
| Best for | Local playback / editing source | Legacy Flash systems & archives |
| Codec | File size (relative) | Compatibility | Best for |
|---|---|---|---|
| FLV1 / Sorenson H.263 | 100% (baseline) | Flash Player 6+ (2002+) | Maximum compatibility — original Flash codec |
| H.264 | ~40-50% | Flash Player 9.0.115+ (Dec 2007+) | Best quality at smallest size — modern Flash pipelines |
| VP6 (FLASHSV) | ~80% | Flash Player 8+ (2005+) | Screen recordings, sharp text/UI content |
| H.263 | ~110% | Flash Player 6+ (2002+) | Very old Flash 6/7 environments |
H.264 if your target environment is Flash Player 9.0.115 (December 2007) or newer — that's almost every Flash-era system. H.264 is roughly 2× more efficient than Sorenson H.263, so files are about half the size at the same visual quality. Use FLV1 / Sorenson H.263 only if you're targeting Flash 6/7 players or a very old SWF runtime that pre-dates H.264-in-FLV support.
Not in any modern browser — Chrome, Firefox, Edge, and Safari all dropped Flash support in early 2021. FLV files still play in VLC, MPC-HC, Adobe Animate, the standalone Flash Projector (preserved by archive.org), and Ruffle (an open-source Flash emulator). Almost everyone using FLV in 2026 is feeding a specific legacy pipeline rather than expecting end-user playback.
MP3 is the safest default — supported in every Flash Player version since FLV existed. AAC is supported from Flash Player 9.0.115+ and gives noticeably better quality at the same bitrate. Avoid Nellymoser (speech-only, low quality) and ADPCM (large files). Match the audio codec to whatever your downstream Flash player expects.
AVI containers from the DivX/Xvid era often shipped with uncompressed PCM audio and inefficient video bitrates. FLV with H.264 video + AAC audio at moderate bitrates (1500-2500 kbps video, 128 kbps audio) gives similar visible quality at roughly half the file size. Compression efficiency is real — FLV doesn't degrade the video, it just stores it more efficiently.
No. AVI subtitle tracks (typically SRT or hard-coded XSUB) are dropped — FLV's container has no standard subtitle stream. If you need captions in a Flash pipeline, you'd typically pair the FLV with an external XML cue points file or burn subtitles directly into the video frames before conversion. Most legacy FLV systems handled captions via Flash-side overlays, not embedded streams.
Yes — drop in the whole folder. Each AVI converts in your browser session in parallel and downloads individually or as a single ZIP. Useful for digitized VHS-to-AVI archives that you're feeding into a Flash-era preservation pipeline (museums, university media archives, corporate training reruns).
No. Xvid and DivX are MPEG-4 ASP video codecs — they're decoded transparently and re-encoded into the FLV's chosen codec. Quality is preserved as long as you pick a high-enough quality preset or a low CRF. Old Xvid AVIs at ~1 Mbps re-encode cleanly to H.264-in-FLV at similar bitrate with better perceived quality because H.264 is more efficient.
Almost always, yes. MP4 with H.264 + AAC plays everywhere in 2026 — every browser, every device, every modern player. Use AVI to MP4 unless you have a specific Flash-era system that requires FLV input. The only reason to pick FLV in 2026 is feeding a legacy pipeline that hasn't been migrated yet. For modern web embedding consider AVI to WebM instead.
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). Useful for trimming TV-capture AVIs down to the program content before feeding the FLV to a streaming server, or cutting old VHS-digitization tape leader/trailer.