On Wed, Jun 07, 2017 at 03:00:12PM +0100, Andy Furniss wrote: > Mike Brown wrote: >> On Wed, Jun 07, 2017 at 12:03:33PM +0200, Moritz Barsnick wrote: >>> 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 >> >> Thanks, I appreciate the response. > > OK as long as it's progressive, interlaced would need different, maybe > (untested/from memory) > > -vf scale=interl=1,format=yuv240p > > plus specific interlace encode options to libx264.
It is interlaced and I need to keep it that way (2:3 pulldown video). Is there a list of all the libx264 options online? MB -- e-mail: [email protected] | [email protected] /~\ The ASCII [email protected] (140 char limit) \ / Ribbon Campaign Visit - URL: http://vidiot.com/ X Against http://vidiot.net/ / \ HTML Email "You're Sherlock Holmes, wear the damn hat!" - Watson to Sherlock Sherlock - The Abominable Bride - 1/01/16 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
