[FFmpeg-user] Recoding H.264/4.2.2 to H.264/4.2.0

Moritz Barsnick barsnick at gmx.net
Wed Jun 7 13:03:33 EEST 2017


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


More information about the ffmpeg-user mailing list