This is what i am trying to do. I want the overlay video to have audio and not the background image, is this possible using Avisynth?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 3 of 3
			
		- 
	
- 
	I don't think audio is a specified parameter in overlay() , so you could use audiodub()and specify your audio 
 
 what formats are your input videos? (e.g. AVI, MPEG2, .M2TS, etc...)
 
 e.g. if you wanted to keep audio in AVI container (you could have demuxed it also, just use a different source filter)
 
 a=AVISource("movie1.avi")
 b=AVISource("overlay.avi")
 vid=Overlay(a,b)
 aud=AVISource("overlay.avi") #specifices audio from overlay track
 AudioDub(vid,aud)
- 
	That's what i thought, but was concerned that the audio and video might come out not in synch, which can be corrected.Originally Posted by poisondeathray
 
 Thanks.
Similar Threads
- 
  AviSynth script to increase picture quality of VHS to DVD?By VideoFanatic in forum RestorationReplies: 5Last Post: 30th Sep 2011, 08:33
- 
  How do I zoom out and move picture with avisynthBy xicudiz in forum EditingReplies: 6Last Post: 31st Mar 2011, 18:28
- 
  Video Encoding, MeGui + AviSynth fuzzy pictureBy shorto in forum Video ConversionReplies: 8Last Post: 21st Mar 2010, 19:07
- 
  Avisynth Picture in Picture Script Slows Down Video and Lacks SoundBy OpNash in forum EditingReplies: 2Last Post: 26th Nov 2008, 21:00
- 
  Import picture/title into AVIsynthBy jwfc in forum Newbie / General discussionsReplies: 7Last Post: 22nd Oct 2007, 20:47


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			

 Quote
 Quote