Hi there- Trying to export uncompressed (v210) in AVI and force the display aspect ratio to be 4:3. Currently MediaInfo thinks my files have a DAR of 3:2. When I look at the avi file in a hex editor there's a field called PARf- I'm thinking/hoping this is meant to specify pixel aspect ratio. Has anyone else seen this? I don't see the dwFrameAspectRatio mentioned here. Any suggestions on how to ensure that my SD video (720x486) is displayed correctly as 4:3. Thank you!
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 2 of 2
			
		- 
	
- 
	Most users simply remux it to MKV using MKVtoolnix and set the A/R for the video 
 
 Or, to keep it in AVI, use FFmpeg.exe from the command line like this:
 Code:ffmpeg -i <INPUT_FILE> -aspect width:height -c copy [OUTPUT_FILE] Last edited by davexnet; 7th Sep 2023 at 19:44. 
Similar Threads
- 
  JPG Aspect RatioBy Anakin in forum EditingReplies: 5Last Post: 23rd Dec 2022, 07:05
- 
  MPEG aspect ratio 4:3 -> 16.9By SmurfRecorder in forum Video ConversionReplies: 8Last Post: 15th May 2021, 15:30
- 
  Avspmod and Aspect RatioBy Betelman in forum RestorationReplies: 39Last Post: 12th Jul 2020, 18:50
- 
  Questions concerning Aspect RatioBy forsure in forum Blu-ray RippingReplies: 48Last Post: 3rd Jun 2020, 10:15
- 
  Aspect RatioBy wks in forum Newbie / General discussionsReplies: 10Last Post: 1st May 2020, 14:57


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

 Quote
 Quote