Tool Navigator

Convert AVI to MP4

Convert legacy AVI videos to modern, compatible MP4 format.

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

Project Under Development

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

# Why use this command?

MP4 is the most widely supported video format today. Converting old AVI files to MP4 makes them playable on web browsers, smartphones, and smart TVs.

# Parameter Explanation

This simple conversion re-encodes the AVI stream (often Xvid or DivX) into H.264/AAC MP4 by default, providing better compression and compatibility.

path/to/input.aviInput Avi configuration
path/to/output.mp4Output Mp4 configuration

Common Errors & Solutions

"Application provided invalid, non-monotonically increasing dts"

Try adding '-fflags +genpts' before the '-i' to regenerate timestamps for corrupted AVI files.

Related Tools in Video