I want to do lossless deinterlacing in ffmpeg (dv-> h264).
And I can't find information on how to convert a 720x576 50i to a 720x288 50p using the bob doubler filter known from VD.
Theoretically the yadif = 1 filter works similarly, but it turns 720x576 50i into 720x576 50p which makes the resulting video unnecessarily large.
And here is the question - how can two frames recorded together in 1 frame 720x576 be divided into 2 frames with the size of 720x288?
It's simple in VirtualDub, but how do you do it in ffmpeg?
+ Reply to Thread
Results 1 to 3 of 3
-
-
Yes, separatefields. But it won't look good and the picture will bounce up and down. To get the proper aspect ratio on playback you'll need to specify the SAR too.
Half (every other scanline) of each frame is discarded. All the even scanlines of one field, all the odd scanlines of the other.
That is impossible unless you use x264 in lossless mode (qp=0) which will give you much larger files than the DV source.Last edited by jagabo; 5th Jan 2021 at 19:06.
Similar Threads
-
Strange issue DeInterlacing DV capture - QTGMC-Bob (Hybrid Vapoursynth)
By SupermanTV in forum Capturing and VCRReplies: 23Last Post: 17th Sep 2023, 17:00 -
Perfect deinterlacing
By Megafox in forum Newbie / General discussionsReplies: 74Last Post: 26th Jan 2022, 13:46 -
Deinterlacing & saving HD footage from pro cameras (QTGMC ffmpeg question)
By HighDeaf in forum Video ConversionReplies: 8Last Post: 23rd Mar 2020, 20:22 -
Why do I get the best deinterlacing with FFmpeg's defaults?
By Corvius in forum Video ConversionReplies: 12Last Post: 17th Mar 2020, 03:14 -
Question about FFMPEG deinterlacing methods
By Videogamer555 in forum RestorationReplies: 1Last Post: 25th Feb 2016, 11:01