Log in

View Full Version : Fade In & Fade Out Audio?


BlockABoots
2nd February 2013, 17:25
I know theres a plugin for fade in and fade out video (FadeFX), but is there such a plugin to do the same for the audio?

sneaker_ger
2nd February 2013, 17:39
http://avisynth.org/mediawiki/Fade

BlockABoots
2nd February 2013, 17:45
Thanks so that replaces FadeFX as it does video as well as audio right?

EDIT So FadeIO fades the sound aswell but have do you select a Fadein and fadeout is if FadeIOin and fadeIOout?

IanB
2nd February 2013, 22:36
RTFM!http://avisynth.org/mediawiki/FadeFadeIn fades the beginning only.

FadeOut fades the ending only.

FadeIO fades both the beginning and the ending equally.

To have dissimilar fades at the beginning and the ending, chain the filters with appropriate arguments. e.g....Source(...)

FadeIn(50) # 50 frame beginning fade

FadeOut(100) # 100 frame ending fadeAll internal fade filters work with all colour formats and all audio formats. FadeFX is a VirtualDub plugin and will only work with RGB32.