Cecil Westerhof <Cecil <at> decebal.nl> writes: > ffmpeg -y \ > -i "/home/cecil/Pictures/bin/3.mp3" \ > -f image2 \ > -r 1 \
Does it make a difference if you use "-framerate 1"? > -i "tempFrames/testing%03d.jpg" \ > -pix_fmt yuvj422p \ Unrelated: This is wrong and misleading, no known mpeg4 asp encoder (or decoder) supports anything else than -yuv420p. (And both "-f" are redundant.) Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
