AVI to FLV Converter

Get the exact FFmpeg command to convert any AVI file to FLV format, with options for codec, bitrate, frame rate, and audio settings.

Conversion Settings

200 kbps5000 kbps

FFmpeg Command

Click "Generate Command" to build your FFmpeg command.

Flag Reference

-i
Input file path
-c:v
Video codec (libx264 = H.264, flv = VP6)
-b:v
Video bitrate (e.g. 1200k)
-c:a
Audio codec (aac or libmp3lame)
-b:a
Audio bitrate (e.g. 128k)
-r
Frame rate override (e.g. 30)
-vf scale
Scale width; -2 keeps aspect ratio
-movflags
+faststart: moves metadata to start for streaming

Install FFmpeg

macOS brew install ffmpeg
Ubuntu sudo apt install ffmpeg
Windows winget install FFmpeg
Copied!

Summary

Get the exact FFmpeg command to convert any AVI file to FLV format, with options for codec, bitrate, frame rate, and audio settings.

How it works

  1. Enter your input AVI filename and the desired output FLV filename.
  2. Select a video codec (H.264 or VP6) and set the video bitrate.
  3. Choose an audio codec (AAC or MP3) and set the audio bitrate.
  4. Optionally adjust frame rate and resolution scaling.
  5. Click "Generate Command" to build the FFmpeg command.
  6. Copy the command and run it in your terminal where FFmpeg is installed.

Use cases

  • Convert AVI recordings for Flash-based video players.
  • Prepare video files for older web streaming platforms.
  • Batch convert AVI archives to compact FLV for storage.
  • Transcode AVI files captured by legacy cameras to web-compatible FLV.
  • Create FLV files for embedding in legacy HTML pages.
  • Learn FFmpeg flag syntax for AVI-to-FLV conversion.

Frequently Asked Questions

Last updated: 2026-06-11 · Reviewed by Nham Vu