VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Member
    Join Date
    Aug 2001
    Location
    Montrel, Quebec
    Search Comp PM
    I have this AVI video and I know exactly at which byte it is corrupted at. I was wondering if there was a way to remove that byte (or segment), so even if I lose lose like 1 minute of video I can still see the rest.

    The VideoReapir programs on the site only gave the output of the video before, but it did not continue after the bad byte.
    Don't Hate The Player, Hate The Game.
    Quote Quote  
  2. Member ZippyP.'s Avatar
    Join Date
    Nov 2002
    Location
    Lotus Land
    Search Comp PM
    Using Vdub and the "direct stream copy" setting you can cut between the key frames (locate with the gold key button, mark in, mark out, delete segment). Save avi will then quickly save the new file without re-compressing.
    "Art is making something out of nothing and selling it." - Frank Zappa
    Quote Quote  
  3. Member
    Join Date
    Aug 2001
    Location
    Montrel, Quebec
    Search Comp PM
    It was actually the one of the first thing I tried. But when I tried to load file in either VirtualDub/MOD/MP3-Freeze, it would do some kind of indexing then like the other programs, would load only the segment before the bad byte.
    Don't Hate The Player, Hate The Game.
    Quote Quote  
  4. VH Veteran jimmalenko's Avatar
    Join Date
    Aug 2003
    Location
    Down under
    Search PM
    Use an AVISynth script:

    Code:
    AVISource("c:\path\to\yourfile.avi")
    Trim(0, lastgoodframe)++Trim(nextgoodframe, endframe)
    Open this in vdub / vdubmod and it should neatly chop out the bad section. You will need to either re-encode or alternatively frameserve though as AVISynth will decode back to uncompresseed video.
    If in doubt, Google it.
    Quote Quote  



Similar Threads

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