Using an AVS script in VDM (or VD) I'm trying to fade in/out BOTH the video and an MP3 audio stream (in VDM, I disabled the AVI file's original audio).
However, only the video fades in/out -- not the audio. What am I doing wrong?
Here's the script:
AviSource(".06-06-01_18-06.00_AVS_Lanczos.avi")
FadeIn(30)
FadeOut(30)
+ Reply to Thread
Results 1 to 6 of 6
-
-
Hi-
I don't know for sure, but my educated guess says the fades will work only on WAV audio.
Did you know you're adding 2 frames, one at the beginning and one at the end, by using Fade that way? A more efficient way to do it, and one that doesn't add any frames in case it matters to you, is this way:
FadeIO0(30)
Guns1inger, it works with audio:
The sound track (if present) also fades linearly to or from silence. -
Originally Posted by manono
Is there an AVS command similar to WavSource() for MP3 (I can't find one)? -
Originally Posted by hollowman"Shut up Wesley!" -- Captain Jean-Luc Picard
Buy My Books
Similar Threads
-
avisynth to fade audio but not video
By adom in forum Video ConversionReplies: 9Last Post: 5th Oct 2011, 15:51 -
avisynth - how to fade in (but audio has to fade in faster)
By adom in forum EditingReplies: 13Last Post: 31st Jan 2011, 12:45 -
AVISynth Templates in VDM
By adalect in forum Newbie / General discussionsReplies: 2Last Post: 19th Apr 2010, 21:39 -
I'd like to learn how to encode using VDM, AviSynth, and other programs
By Xandal in forum Newbie / General discussionsReplies: 1Last Post: 27th Jul 2007, 17:20 -
Fade-in\Fade-out filter, VirtualDub MOD
By GangstaRap in forum Video ConversionReplies: 3Last Post: 21st May 2007, 20:58