[FFmpeg-user] Combining yuvj422p and yuvj420p

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Aug 11 08:34:03 CEST 2014


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



More information about the ffmpeg-user mailing list