Log in

View Full Version : FFMPEG -deinterlace parameter


manolito
5th July 2009, 15:52
I am currently playing around with WinFF (GUI for FFMPEG), and I have some problems with the internal deinterlace feature of FFMPEG. Everything is fine if my input clip is in YV12, but for an analog TV capture (MJPEG, YUY2) I always get the error "Deinterlace failed".

So far the only way to fix this is to feed the same clip to FFMPEG using an AVS script which does the color conversion to YV12.

Question: Is there any internal FFMPEG parameter which can do the color conversion before applying deinterlacing? I did play with the -pix_fmt parameter, but no success so far.

BTW my FFMPEG revision is 15986.


Cheers
manolito