When I keep my video as 4:3 480i, whenever a MultiAVCHD authored Bluray title loads on my TV, it plays in 16:9 stretched by default and you have to use the aspect ratio button on your remote control to switch back to 4:3. There's no way to fix that in the program. The only way I can make the video practically play in 4:3 by default is to encode the video in 16:9 and add side pillarboxes.
I imagine that selecting 16:9 in my video encoder will just stretch my 4:3 video to fill the screen, so I assume I need to do the aspect ratio conversion in Avisynth. So how can I convert my 4:3 480i video to 480i 16:9 with side pillarboxes in Avisynth?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 6 of 6
			
		- 
	Last edited by VideoFanatic; 29th Jan 2014 at 08:12. 
- 
	From what I recall you only want to do SD upscaled to 720p, yeah? 
 
 In that case yes; Blu-ray only supports 16:9 square pixel for the HD resolutions. If you encode to 720x480i Blu-ray you can keep it 4:3 with no bars hardcoded (set the correct aspect ratio in x264's options).
 
 For 4:3 (progressive) to 720p:
 LanczosResize(960,720).AddBorders(160,0,160,0)
 
 Replace with whatever your preferred method to upscale is.
- 
	Sorry if I didn't make it clear but I want to keep the video as 480i. What do I do? 
- 
	Encode your video as 720x480 with --sar 40:33. 
 
 http://www.x264bluray.com/home/480i-ntsc
 
 After you've made your folder with MultiAVCHD, play it on your PC first to see whether the AR is maintained.
- 
	If you really can't make your player+TV auto switch the aspect ratio even with correctly encoded material, and you want to stay in SD, it's pretty simple to pillarbox the video... 
 
 spline36resize(540,480)
 addborders(90,0,90,0)
 
 That's it. You'll lose some quality due to effectively reducing the horizontal resolution (may be visible or not, depending on source), and of course you'll have to re-encode - which is a pain for such a trivial thing, and reduces quality.
 
 Cheers,
 David.
- 
	
Similar Threads
- 
  How to convert frame sequential 3D to side by side 3D ?By nutzito in forum Video ConversionReplies: 38Last Post: 5th Feb 2013, 14:08
- 
  How best to convert side-by-side 3D MKV to 2D avi using avidemux on Centos6By rocksockdoc in forum Video ConversionReplies: 12Last Post: 31st Jul 2012, 04:27
- 
  letter and Pillar boxesBy fester77 in forum Newbie / General discussionsReplies: 1Last Post: 3rd Nov 2011, 15:43
- 
  [SOLVED] Is there a way to crop pillar boxes within FAVC before resizing?By usually_quiet in forum Video ConversionReplies: 3Last Post: 3rd Apr 2010, 18:37
- 
  How do I get rid of letterboxes and pillar boxesBy Tyrod in forum Newbie / General discussionsReplies: 3Last Post: 6th Feb 2009, 15:30


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