As I'm going to write an automatic avisynth find bad frame filter, I'm just wondering what you do with such bad frames.
Another question:is there any avisynth filter/function, that returns a given frame
like:
f=getframe(clip1,333)
replaceframe(clip2,f,456)
(that is:get a particular frame(#333) out of clip1 and insert that into clip2 at frame #456).
This can be simulated with trim- ok, but IMHO this is much easier.
+ Reply to Thread
Results 1 to 7 of 7
-
-
I was mainly talking about captured movies (from VCR or SAT).The Hollywood DV Bridge has an issue with bad frames.
-
Originally Posted by Dragonsf
-
I found a cool way to find bad frames with avisynth (and find screen changes too):
Make a compare with the next frame:
if the mean absolute difference is somewhat > 20, you found a screen change, if next frames's difference is > 20 too, you found a bad frame.
I wrote a small proggie, with reads the capture log and produce a removebf.avs.With this script, all bad frames are replaced by the presvious frame.
I think, that's cool.
Now I'm working on something to find begin and end of commercials.That's more tough.
Similar Threads
-
Premiere CS3 exporting bad frames
By spicediver10191 in forum EditingReplies: 4Last Post: 17th Apr 2012, 17:39 -
VirtualDub - fixing bad frames with blending and without re-encoding
By spicediver10191 in forum Video ConversionReplies: 3Last Post: 11th Apr 2012, 08:15 -
fixing bad frames
By vidclip in forum Newbie / General discussionsReplies: 2Last Post: 10th Jan 2010, 15:00 -
.avi file cannot be repaired - need to remove bad/corrupt frames
By realtechtalk in forum Video ConversionReplies: 0Last Post: 7th Sep 2008, 12:27 -
Cutting bad frames with VirtualDubMod
By lazaruz in forum EditingReplies: 2Last Post: 18th Sep 2007, 03:39