AVI
AVI video containerUsed for recorded motion video with an accompanying soundtrack.
- Family
- Video
- MIME
- video/x-msvideo
Convert AVI to FLV online. See the real timed-stream transcoding behavior, preservation limits, and a format-specific acceptance test.
Decoding AVI recovers the picture, sound, and timing streams it carries; writing FLV means re-expressing that under a different codec and container profile. Duration commonly survives untouched even while compression, channel mapping, cadence, metadata, or auxiliary streams do not. AVI is reconstructed from RIFF indexes and interleaved chunks; codec tags, frame timing, keyframes, and audio alignment determine whether seeking remains stable. FLV delivery uses a retired Flash-era streaming container; even a correctly encoded file needs a dedicated player because current browsers do not restore Flash playback.
Decoded from an older Microsoft media container commonly paired here with Xvid video and MP3 audio. Encoded to the legacy Flash Video container historically used for browser streaming.
Used for recorded motion video with an accompanying soundtrack.
Designed for moving images, timed audio, and playback metadata.
AVI has limited support for modern metadata, captions, variable frame rates, and some web players.
Current browsers no longer provide native Flash playback, and FLV may contain older codecs with limited hardware decoding.
The writer builds the legacy Flash Video container historically used for browser streaming and labels the result as video/x-flv. The receiving application - Not the extension alone - Is the final compatibility test.
Test seeking and audio sync in the target player, not only the opening frame.
Inspect codecs, dimensions, frame rate, duration, audio sync, keyframe seeking, and the complete transcoded result.
Switch to FLV only once the destination player, editor, or service has confirmed support for its exact container and codecs. If extra tracks or the original encoding must survive, AVI remains the safer choice.