Log in

View Full Version : crossfade


killingspree
27th July 2004, 11:36
is there a more or less easy way to do a crossfade between two clips in avisynth. i'm working with a couple of clips created with imagereader and want to crossfade between the two of them!

thanks
steVe

edit: typo

E-Male
27th July 2004, 11:42
maybe this:
http://www.avisynth.org/Dissolve

killingspree
27th July 2004, 14:08
exactly what i was looking for - stupid me - should have found that myself, but i was so fixed on the words fadein/out and crossfade that i didn't come up with a good idea on what else to look for - i was already thinking about manually doing a crossfade with fade in/out and layer... :stupid:

thanks for the quick reply, saved me a lot of time!

cheers
steVe

E-Male
27th July 2004, 19:57
np

dreadnaught
31st July 2004, 15:57
killingspree

I'm trying to do the same thing using dissolve; but when I play the script it uses close to 100% of the cpu and the dissolve sequence stutters on anything other than my P4, 2.53Ghz. Have you experienced the same?

killingspree
31st July 2004, 18:36
yup
PIV 2.0 GHz 400 MHz FSB (iirc) 1 gig pc 133 ram - stuttering
PIV 3.0 GHz HT 800 MHz FSB 1 gig pc 400 ram - fluent!

when using it in conjunction with imagereader there's no way to get it smooth :P especially not when running it from jpegs!

steVe