Log in

View Full Version : ffmpeg/libx264: pulldown double


kabelbrand
17th May 2013, 16:53
Hi,

ffmpeg (1.2) does not seem to accept pulldown options for libx264, e.g. -x264opts pulldown=double
Is there a way to set this option? I also tried to set it through -x264-params but no luck...

Thanks.

MasterNobody
17th May 2013, 18:14
No. --pulldown is x264 cli option not the libx264 option i.e. for pulldown support in ffmpeg it need special implementation in ffmpeg's libx264 calling code.

kabelbrand
21st May 2013, 12:39
Thanks. I wonder why not all options are available through -x264opts or -x264-params.
(I also wonder what the difference between these two switches is...)