+ Reply to Thread
Results 1 to 3 of 3
-
The broken frame is really 4 interlaced fields spread over 2 consecutive frames. If you deinterlace your sample, the four fields are 40, 41, 42, and 43. You have to save the audio track for later use because ReplaceFramesMC2 adds a glitch to the audio at the replace point.
Code:vid=AviSource("drive:\path\to\video noise.avi") save_aud=vid vid AssumeBFF() QTGMC(preset="super fast") ReplaceFramesMC2(40,4) SeparateFields().SelectEvery(4,0,3).Weave() AudioDub(last,save_aud) return last
Last edited by LMotlow; 13th Aug 2018 at 04:28.
- My sister Ann's brother
Similar Threads
-
Help remove blends from this bad transfer
By midts in forum Video ConversionReplies: 6Last Post: 21st Mar 2018, 12:55 -
Bad Frame From 120fps recording
By Andrew R in forum EditingReplies: 1Last Post: 19th Feb 2018, 14:13 -
Yadif - normal or double frame rate
By pooksahib in forum Video ConversionReplies: 10Last Post: 5th Sep 2016, 12:25 -
Frame Blending/Ghosting/Bad Interlacing Help
By EddyBund in forum RestorationReplies: 7Last Post: 2nd Jan 2014, 13:03 -
Better Deintlacer Than YADIF?
By Prince Valiant in forum Software PlayingReplies: 11Last Post: 29th Aug 2013, 22:39