here's an example of what i mean can this be fixed and how?
1.avi
+ Reply to Thread
Results 1 to 7 of 7
-
damn.ok anyway cutting it out with out losing too much?an what tools
-
Unfortunately, your video has too many bad frames going one by one and you can't use adjacent frames for interpolation. However, I was able to find a place for an example where just one frame 63 was corrupted and it is replaced below by repeated frame #62:
LoadPlugin("C:\Program Files\AviSynth 2.5\SpecialPlugins\badframes.dll")
AVISource("E:\My Downloads\1.avi")
BadFrames(63, blend = false)
#64 also had a small problem, so I didn't use 'blend = true' here.
You can only cut out multiple bad frames using internal Trim command. First try something like All Media Fixer for your file. -
http://www.avisynth.org.ru/badframes/badframes.html
(description)
http://www.avisynth.org.ru/badframes/badframes10.zip
(download)
For multiple bad frames use internal FreezeFrame command as manono suggested in the other thread where we discussed it.
Similar Threads
-
Are these VHS tapes fixable? youtube sample included.
By kcr in forum RestorationReplies: 11Last Post: 29th Sep 2010, 07:37 -
DVD central ring is cracked - fixable?
By ecc in forum Off topicReplies: 1Last Post: 21st Jul 2009, 22:39 -
Is a U61 Error with Panasonic DVD Recorder Fixable
By wolf01 in forum DVD & Blu-ray RecordersReplies: 1Last Post: 17th Apr 2008, 07:34 -
Audio out of sync on MP4 file. Fixable?
By liverkick in forum Video ConversionReplies: 2Last Post: 26th Feb 2008, 14:01 -
What's happened to the coloured boxes next to latest tools?
By DRP in forum FeedbackReplies: 10Last Post: 26th Jun 2007, 13:00