I\'m trying to encode an image sequence using the following command:
ffmpeg.exe -i %d.png -f mp4 -vcodec h264 test.mp4
However, QuickTime f
Try to change the pixel format: -pix_fmt yuv420p
-pix_fmt yuv420p