VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Mar 2001
    Location
    Western New York
    Search Comp PM
    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.
    Quote Quote  
  2. Member
    Join Date
    Mar 2002
    Location
    canada
    Search Comp PM
    not sure if this will help,but you can try it: https://www.videohelp.com/forum/userguides/142555.php
    Quote Quote  
  3. Member DJRumpy's Avatar
    Join Date
    Sep 2002
    Location
    Dallas, Texas
    Search Comp PM
    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++clip3
    Impossible to see the future is. The Dark Side clouds everything...
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!