Tool Navigator

Convert AVI to MP3

Extract MP3 audio from AVI video files.

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

Project Under Development

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

# Why use this command?

Quickly extract sound from soundtracks or recordings in AVI format. MP3 is the most universal audio format for mobile devices and desktops.

# Parameter Explanation

-vn strips the video, leaving only the sound. FFmpeg uses the LAME encoder by default to produce a high-quality MP3 file.

path/to/input.aviInput Avi configuration
path/to/output.mp3Output Mp3 configuration

Common Errors & Solutions

"Resampling error"

If the AVI has an unusual sample rate, try adding '-ar 44100' to standardize the output audio frequency.

Related Tools in Audio