Hi,
I am capturing video in .AVI format at 1920x1080 with the intent on burning it to Blu-Ray one day when the prices fall on BD-R media.
In the meantime, however, I'd like to downsize it to 720x480 and put it on a DVD-R. My question is how I can do this without changing the aspect ratio, preferably in AviSynth?
Since 720x480 is a 1.5:1 ratio and 1920x1080 is a 1.77:1 ratio, I am assuming there will be some distortion unless I tell AviSynth to downsize it in letterbox (16:9) format. Is this possible?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 4 of 4
			
		- 
	
- 
	Hi there, i think what you need is a simple Avysinth script like this 
 
 avisource("path_to_your_video\your_video.avi"
 Crop(x, x, -x, -x)
 LanczosResize(720, xxx)..AddBorders(?, ?, ?, ?)
 
 
 hope its clear  
- 
	DVD doesn't use square pixels. Resize the 1920x1080 frame to 720x480 and burn to 16:9 DVD. 
Similar Threads
- 
  iMovie and aspect ratiosBy sphinx99 in forum MacReplies: 3Last Post: 11th Mar 2010, 00:18
- 
  MeGUI keeps forcing weird aspect ratios how do i force 4:3? & why its 1By Chrushev in forum Newbie / General discussionsReplies: 3Last Post: 6th Jan 2010, 09:36
- 
  Help Aspect Ratios & Frame RatesBy CTP-Crystal in forum Newbie / General discussionsReplies: 21Last Post: 1st May 2009, 19:10
- 
  Having problems understaing aspect ratiosBy PlayWithFire in forum Newbie / General discussionsReplies: 2Last Post: 16th Nov 2007, 10:40
- 
  Aspect RatiosBy gayclarke in forum Authoring (DVD)Replies: 3Last Post: 15th Sep 2007, 16:13


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

 Quote
 Quote