Hi all,

I'm trying to deinterlace badly deinterlaced videos (most frames progressive,
some interlaced) with

ffmpeg -i in.mkv -vf idet,yadif=deint=interlaced -c:v libx264 -an -y out.mkv

but deinterlacing looks like shifted (it deinterlaces another frames than
marked). I looked at output of

ffmpeg -loglevel debug -i in.mkv -vf idet -an -f rawvideo -y /dev/null

and it detects the interlaced frames correctly. Is there any problem with
deint=interlaced or do I need to add another parameter?

Log of the first command attached.

Thank you in advance for your precious help.

-- 
Jan Sever

Attachment: out.log.xz
Description: application/xz

_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to