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:
 http://avisynth.org/mediawiki/FadeIO0The sound track (if present) also fades linearly to or from silence.
- 
	Thx for the tip on FadeIO0() -- I've updated my AVS file accordingly.Originally Posted by manono
 
 Is there an AVS command similar to WavSource() for MP3 (I can't find one)?
- 
	AFAIK, there's not one built in and I haven't seen a specific plug-in for it, but if you have a Direct Show codec for MP3, then it can be opened with DirectShowSource(Video = false). At that point it will be uncompressed audio and once it's AudioDub()ed with video, fadeio0 should work on it.Originally Posted by hollowman"Shut up Wesley!" -- Captain Jean-Luc Picard
 Buy My Books
Similar Threads
- 
  avisynth to fade audio but not videoBy adom in forum Video ConversionReplies: 9Last Post: 5th Oct 2011, 16:51
- 
  avisynth - how to fade in (but audio has to fade in faster)By adom in forum EditingReplies: 13Last Post: 31st Jan 2011, 13:45
- 
  AVISynth Templates in VDMBy adalect in forum Newbie / General discussionsReplies: 2Last Post: 19th Apr 2010, 22:39
- 
  I'd like to learn how to encode using VDM, AviSynth, and other programsBy Xandal in forum Newbie / General discussionsReplies: 1Last Post: 27th Jul 2007, 18:20
- 
  Fade-in\Fade-out filter, VirtualDub MODBy GangstaRap in forum Video ConversionReplies: 3Last Post: 21st May 2007, 21:58


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 Visit Homepage
				Visit Homepage
			 
 
			
			

 Quote
 Quote 
			