View Full Version : Any VirtualDub video and audio fade in\out filters available?
doctorjellybean
9th September 2003, 21:39
I vaguely remember a video only fade in\out script where the frame numbers have to be specified for the fades. Are there any other fade filters available, e.g. first and last 2 seconds of a clip?
If not, maybe another application which can do it quickly without having to render the whole file again. Thanks in advance.
lamapoo
10th September 2003, 17:01
You can use avisynth.
AviSource("YourAviFile.Avi")
FadeIn(30) - fade in at the begining of clip for 30 frames
FadeOut(30) - fade out at the end of clip for 30 frames
Dump the AVS file into Vdub if you want to render the clip again or
just dump it into media player to watch it.
For more info. Download AVISynth 2.5 and read the docs.
I found them to be very helpfull.
TheJez
17th September 2003, 15:55
Hi Doc,
You say you don't want to render the movie again... Does this mean you created the movie in some video application ? If so, you could just use VD to cut the movie in three parts: 1st couple of seconds, last couple of seconds and the bit in between.
Now you can use your fav. video editing application to create a fade-in on the 1st part and a fade-out on the last part. Next merge all parts together with VD and you get what you want without rendering the whole movie again...
The Jez
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.