Log in

View Full Version : How can a range of frames be merged?


FredThompson
30th June 2003, 02:50
Given a range of frames, how can they each be replaced by an averaged version of the entire range?

Donald Graft's Dup filter is fantastic but it resets after a maximum of 20 frames. Thus, it uses different sample sets and the replacement frames are not sure to all be the same.

bilu
30th June 2003, 12:06
Conditional filtering for every kind of motion, defined by thresholds:

http://forum.doom9.org/showthread.php?s=&threadid=56051

Combined with this:

http://www.avisynth.org/index.php?page=FreezeFrame

Used like this:

http://forum.doom9.org/showthread.php?s=&postid=331477#post331477

It may be possible, haven't tried it , I don't do anime.
But if it works you won't have the reset pattern after 20 frames.



Bilu

MasterYoshidino
30th June 2003, 19:35
you can use the legacy version of dup (i.e. the 2.0 avisynth version found here (http://shelob.mordor.net/dgraft/dup/duplegacy.html)), it can duplicate as many frames as you want. Very useful for credits that are static for several seconds. (ahem, certain anime (http://members.cox.net/hentai/derainbowed_megami_oav.avi))