[FFmpeg-user] ffmpeg linux & windows

Lou lou at lrcd.com
Thu Dec 13 22:08:21 CET 2012


On Thu, 13 Dec 2012 21:54:09 +0100
"philippe.torgue" <philippe.torgue at laposte.net> wrote:

> 
> $:~/ada_lumen_2/lumen$ ffmpeg -f image2 -i out%04d.png -vcodec libx264 out.mp4

Add "-pix_fmt yuv420p" as an output option.

> ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers
>   built on Nov 17 2012 11:28:48 with gcc 4.7 (Debian 4.7.2-4)
[...]
>     Stream #0:0: Video: h264 ([33][0][0][0] / 0x0021), yuv444p, 1200x1000, q=-1--1, 25 
> tbn, 25 tbc

Most players can not properly decode yuv444p. See my recommendation
above.

Top-posting is not recommended on this mailing list.


More information about the ffmpeg-user mailing list