Convert AVI to MP4 with H.264

basic conversion

// shell

$ ffmpeg -i input.avi -c:v libx264 -crf 23 -c:a aac output.mp4