Tool Navigator

Convert AVI to FLV

Convert legacy AVI files to Flash Video (FLV) format.

Recipe Parameters
output.sh
ffmpeg -y -i path/to/input.avi path/to/output.flv
Warm Reminder

Project Under Development

This project is still in development and may contain errors. Please use with caution.

# Why use this command?

FLV was the standard for web streaming. Convert AVI to FLV for compatibility with older web players or specific legacy streaming setups.

# Parameter Explanation

This command re-encodes the stream into the FLV container. Note that H.264 video and AAC/MP3 audio are recommended for modern FLV files.

path/to/input.aviInput Avi configuration
path/to/output.flvOutput Flv configuration

Common Errors & Solutions

"Invalid AAC profile in FLV"

Use '-c:a mp3' or ensured AAC is set to the 'LC' profile for maximum FLV compatibility.

Related Tools in Video