PDA

View Full Version : Fadein0, FadeIO0, FadeOut0 commands ??


Seed
16th February 2005, 14:09
I read in http://www.avisynth.org/Fade that there are these Fadein0, FadeIO0, FadeOut0 commands in v2.56. I guess they are fades without the additional total black frame(s). When needed, I use trick like trim(1, 0), or trim(0, framecount(clip)-1) to get rid of the additional black frames. But function like Fadein0 would come in handy.

However, when i tried to use them, Avisynth gives me "script error: there is no function named FadeIn0" (or FadeOut0/FadeIO0).

I use the latest release version v2.56 build Jan 6 2005 [10:14:49]. Are these function really there? If they are currently only in CVS etc, IMHO, they should not be described (yet) in the manual or documentation at avisynth.org.

(Sorry if this belongs to Avisynth Development Forum, but I thought it is related to Avisynth usage.)

Wilbert
16th February 2005, 15:45
If they are currently only in CVS etc,
Yup.
IMHO, they should not be described (yet) in the manual or documentation at avisynth.org.
I think you would also appreciate it if the docs are updated when a new binary is released :) Anyway, i will finish ShowSMPTE/ShowFramenumber and compile a new binary this weekend.

stickboy
16th February 2005, 18:25
You could try my JDL_FadeIO function (http://www.avisynth.org/stickboy/) in the meantime.