On Tue, Oct 22, 2013, at 07:47 PM, Lou wrote: > > ffmpeg -loop 1 -r 2 -i image.jpg -i audio.mp3 -c:v libx264 -crf 18 \ > -c:a copy output.mkv I forgot to add "-shortest" (as an output option) to the command.