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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
