Hi all,
I have been trying to combine two videos. I am using one as the base and trying to get another clip on top of it. When I preview with Windows Media Player from within AvsP, the image is stuck. I can click on various parts of the video and see the result but it is always a static image. I tried to save the result with AvsProxy and Avidemux but it has been calculating for the last 40 minutes. Am I missing something? Here's the script:
--------------------------------
video = AviSource ("F:\leisure\My Pictures\fontainebleau\processing\Targasonne\Chape au_Unnamed_1.avi", pixel_type = "YUY2",audio=false)
video1 = video.Trim(2880,4050)
video3 = video.Trim(7680,8730).Crop(0,0,-500,0)#.FadeIn(60).FadeOut(60)
test = Overlay(video1,video3,x=0)
return test
--------------------------------
Thanks for the input!
Update: Avidemux finally did the work but it took an hour. Is there a way to avoid the long encoding? The thing is, I need to preview the result a few times before saving the file, I can't wait each time.
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 1 of 1
			
		- 
	Last edited by ephienix; 2nd Jan 2016 at 17:30. 
Similar Threads
- 
  Avisynth - Overlay on certain colorsBy Ninelpienel in forum EditingReplies: 13Last Post: 13th Apr 2015, 15:18
- 
  Avisynth stackhorizontal directlyBy elbenno in forum RestorationReplies: 3Last Post: 21st Oct 2014, 14:17
- 
  avisynth - How to write avisynth script for rgba overlayBy moelover in forum EditingReplies: 3Last Post: 13th Apr 2014, 13:24
- 
  StackHorizontal() dillema with AVISynth/AVSPBy KurtT in forum Newbie / General discussionsReplies: 9Last Post: 29th Aug 2013, 10:13
- 
  AVISynth Overlay Image HelpBy smike in forum EditingReplies: 11Last Post: 17th Sep 2012, 12:04


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

 Quote
 Quote