[FFmpeg-user] Mjpeg to h264 audio sync problem
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu Dec 4 09:55:54 CET 2014
Petr Tresnak <peter.cherry <at> quick.cz> writes:
> sound is not synchronized.
> ffmpeg -i mjpeg.avi -c:v libx264 -preset slow -crf 13
> -pix_fmt yuvj420p -c:a libfdk_aac -b:a 192k output.mp4
Is the issue also reproducible with the following command line?
$ ffmpeg -i mjpeg.avi -qscale 2 -strict -2
-vcodec mpeg4 -acodec aac out.mp4
If yes, please provide the complete, uncut console output.
Carl Eugen
More information about the ffmpeg-user
mailing list