Tool Navigator

Convert MP4 to AVI

Convert MP4 to AVI

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

Project Under Development

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

# Why use this command?

Convert modern MP4 files to the legacy AVI format to ensure playback on older devices and software. This maximizes compatibility for restrictive hardware that doesn't support MP4.

# Parameter Explanation

The command remuxes the MP4 container into AVI. The extension .avi triggers the appropriate output muxing process automatically.

path/to/input.mp4Input Mp4 configuration
path/to/output.aviOutput Avi configuration

Common Errors & Solutions

"Application provided invalid, non-monotonically increasing dts"

Add '-fflags +genpts' before the '-i' to regenerate timestamps for potentially corrupted source files.

Related Tools in Video