[FFmpeg-user] libx264 options through FFmpeg

Tim Nicholson tim.nicholson at bbc.co.uk
Thu Jun 30 18:13:12 CEST 2011


On 30/06/11 16:58, Thomas Worth wrote:
> On Thu, Jun 30, 2011 at 8:51 AM, Thomas Worth<dev at rarevision.com>  wrote:
>> On Thu, Jun 30, 2011 at 8:39 AM, Thomas Worth<dev at rarevision.com>  wrote:
[...]
>>>>
>>>>> I just saw your email about parameters that don't take values, and
>>>>> you're correct. tff=1 or aud=1 or 8x8dct=0 is the way you turn them on
>>>>> or off.
>>>>>
>>>>
>>>> Or not quite as it happens.
>>>>[.....]
>
> Ok, here's what you have to do. You have to pass ffmpeg the +ildct flag:
>
> ffmpeg -i input.mov -an -flags +ildct -vcodec libx264 -preset medium
> -profile main -x264opts $OPTS output.mov
>
> Now it says "interlaced=tff"


As Etienne also suggested.. (Thanks)

Agggh, but if you want "pretend progressive" you have to use the 
-x264opts "fake-interlaced=1" variant otherwise the +ildct overrides the 
setting.


-- 
Tim

http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.
					


More information about the ffmpeg-user mailing list