I downloaded a video, but it got a bad frame in the d/l. So that I can rekey it properly, is there any way I can replace the bad frame w/ the one before it? I'm using a variant of virtualDub to repair it.
+ Reply to Thread
Results 1 to 3 of 3
-
-
not sure if this will help,but you can try it: https://www.videohelp.com/forum/userguides/142555.php
-
You can use Avisynth, to specify any frame using the Trim command. If your source's bad frame is frame # 5000 (just an example), and you want to replace it with the frame before it, it would look like this:
AVISource("c:\folder\video.avi")
clip1=Trim(0,4999)
clip2=Trim(4999,4999)
clip3=Trim(5001,0)
clip1++clip2++clip3Impossible to see the future is. The Dark Side clouds everything...
Similar Threads
-
Replace every 15th frame with 14th frame
By NBninja8 in forum RestorationReplies: 43Last Post: 23rd Aug 2011, 03:49 -
Replace first frame of WMV file?
By HiTechHiTouch in forum Newbie / General discussionsReplies: 2Last Post: 9th Mar 2011, 21:18 -
Bad H264 needs repairing
By rumplestiltskin in forum Video ConversionReplies: 4Last Post: 23rd Jan 2011, 16:04 -
Video Repairing
By Wolfin2010 in forum Newbie / General discussionsReplies: 2Last Post: 17th Jun 2009, 13:57 -
How do I remove a bad frame from a video without VirtualDub or DivFix?
By teapot in forum Newbie / General discussionsReplies: 7Last Post: 11th Dec 2008, 19:07