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.
+ Reply to Thread
Results 1 to 5 of 5
-
Don't Hate The Player, Hate The Game.
-
VirtualDub?
/Mats -
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 -
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. -
Use an AVISynth script:
Code:AVISource("c:\path\to\yourfile.avi") Trim(0, lastgoodframe)++Trim(nextgoodframe, endframe)
If in doubt, Google it.
Similar Threads
-
Pavtube - Byte Co[py
By charlie_brownuk in forum Blu-ray RippingReplies: 6Last Post: 26th Sep 2011, 09:04 -
ffmpegX gives me 0 byte flash file
By flim in forum ffmpegX general discussionReplies: 2Last Post: 9th Apr 2010, 13:12 -
No Audio In Encore/Bad Aspect Ratio/Bad Files/Bad ISO/Bad Everything
By koberulz in forum Newbie / General discussionsReplies: 35Last Post: 24th Jan 2010, 04:48 -
HELP! FAVC 1.04- Why is it creating 0 byte iso's at times?
By spexwood in forum Video ConversionReplies: 7Last Post: 5th Dec 2007, 23:40 -
Convert Media Exactly to allow joining by byte manipulation alone.
By benshole in forum EditingReplies: 0Last Post: 22nd Nov 2007, 06:51