On Tue, Jun 06, 2017 at 21:54:41 -0500, Mike Brown wrote:
> If given an H.264/4.2.2 elementary stream, can ffmpeg recode it to
> H.264/4.2.0.  If so, what would the command line be?

$ ffmpeg -i myelementarystream_422.h264 -c:v libx264 [ other x264/encoding 
options ] -pix_fmt yuv420p outfile.h264

Cheers,
Moritz
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to