I have bob deinterlaced 50fps video. The image is shaking vertically one pixel, so I tried using "field bob" filter. The problem is that the video isn't perfect and field order isn't always top, bottom, top, bottom and on, sometimes top/bottom field frame is after another top/bottom field frame, so the filter gets lost and sometimes introduces even more shaking, which is unacceptable.
Fortunately, my video has a few black lines in the very bottom and that value seems to be constant within whole video and different by one for bottom and top field frames, so it's easy to tell whether given frame is top or bottom.
So is there any filter that would look for top field frames and shift them by one line down?
+ Reply to Thread
Results 1 to 4 of 4
-
-
Try QTGMC(InputType=1) in AviSynth.
But after a simple bob some edges bounce up while others bounce down between frames. For example, here's a still, near horizontal line:
And after a simple Bob() in AviSynth (slowed to 2 fps for clarity):
Some parts of the line move up, other parts down, between frames. So you can't just shift a field up or down.Last edited by jagabo; 1st Jan 2016 at 11:15.
Similar Threads
-
Guide on how to use Virtualdub Logoaway filter ?
By christopheramos in forum Newbie / General discussionsReplies: 4Last Post: 29th Sep 2017, 05:42 -
Virtualdub's TextSub filter + cropping
By Slasher_101 in forum EditingReplies: 2Last Post: 6th Aug 2014, 18:40 -
Gradation Curves VirtualDub filter v1.45
By BBugsBunny in forum RestorationReplies: 27Last Post: 22nd Mar 2012, 17:23 -
Problem when using Deshaker Virtualdub filter
By snafubaby in forum Newbie / General discussionsReplies: 1Last Post: 4th Jul 2011, 00:41 -
Creating new MSU VirtualDub filter.
By diablo23q in forum ProgrammingReplies: 5Last Post: 15th May 2011, 15:04