Page 1 of 1

ffmpeg - deinterlace

Posted: Fri Feb 06, 2015 6:14 am
by mortster
Hi - anyway to use a deinterlace filter with ffmpeg ? I can easily do it with mencoder, but cant see a way of doing it with the gui with ffmpeg.

Thanks

Si.

Re: ffmpeg - deinterlace

Posted: Fri Feb 06, 2015 6:56 am
by jj123
Yep you can do that, just add the following to your renderer config file:

CustomFFmpegOptions = -deinterlace

Regards,
JJ

Re: ffmpeg - deinterlace

Posted: Fri Feb 06, 2015 6:57 am
by mortster
thanks very much :)