PDA

View Full Version : Filter to repair old video - idea ?


mangaforall
17th May 2005, 11:33
Hello,
I wonder if it exists an avisynth filter which is capable to repair old video where the borders are

occasionaly endommaged (often during plan changing). It's like if the frame was "ruffled" and we can almost

see the next frame. So I think it's possible to repair the "bad frame" by taking a part of the previous or

next frame.

I put some screen shot to explain :
http://www.oldies-otaku.com/images/membres/all.jpg


The frame 2 could be repaired with the frame 1 and the frame 3 can be repaired with the frame 4. Does it

exists a such filter ?? I guess that way is possible only for 'anime'.

Mug Funky
17th May 2005, 11:43
there's a filter by kassandro called "improvesceneswitch" which does just that, though i'm not sure it'd pick this up.

the manual way is with multiple use of "freezeframe(in_point,out_point,source_frame)"

mangaforall
17th May 2005, 11:47
Thank you very much ;)

I will try it as soon as possible :)