What would be SAR for a 544x576 4:3 PAL source?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 5 of 5
			
		
- 
	Thanks posion. How do you do that? I got somehow to 1.411 which is the same but had no idea how to make 1.411 look like 24/17. Searched for an online converter for such but couldn't find any. 
 
 Now I would need another SAR, for a 480x576 4:3?
- 
	Universal relationship: 
 
 algebraic rearrangement gets:Code:DAR = FAR * SAR DAR = Display aspect ratio, the final shape of the picture FAR = Frame Aspect Ratio, frame_width:frame_height SAR = Sampling Aspect Ratio, relative distance between pixels horizontal:vertical 
 
 Numeric substitution gives:Code:DAR / FAR = SAR 
 
 Or starting at 2304 / 1440 = SAR, calculate all the prime factors calculator yourself, or use a calculator:Code:4/3 / (480/576) = SAR 4/3 * 576/480 = SAR 2304 / 1440 = SAR (divide both by 32 gives) 72 / 45 (divide both by 9 gives) 8 / 5 = SAR 8:5 = SAR 
 https://www.calculatorsoup.com/calculators/math/prime-factors.php
 
 Code:2304 / 1440 = SAR (2 x 2 x 2 x 2 x 2 x 2 x 2 x 2 x 3 x 3) / (2 x 2 x 2 x 2 x 2 x 3 x 3 x 5) = SAR (remove common values) ( 2 x 2 x 2 ) / ( 5) = SAR 8 / 5 = SAR 8:5 = SARLast edited by jagabo; 19th Feb 2022 at 18:42. 
- 
	Last edited by somespirit; 20th Feb 2022 at 01:36. 
Similar Threads
- 
  PAL DVD AR 4:3 - help with SARBy maudit in forum DVD RippingReplies: 26Last Post: 3rd Jan 2022, 02:23
- 
  ffmpeg and SAR and DARBy the_steve_randolph in forum Newbie / General discussionsReplies: 15Last Post: 21st Jul 2021, 01:10
- 
  Repair a video with changing SARBy gddpb in forum Video ConversionReplies: 17Last Post: 9th Feb 2021, 07:57
- 
  MeGUI SARBy koberulz in forum Newbie / General discussionsReplies: 17Last Post: 28th Sep 2017, 13:19


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

 Quote
 Quote