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!
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays! or rip iTunes movies!
+ Reply to Thread
Results 1 to 2 of 2
Thread
-
-
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 Ratio
By Anakin in forum EditingReplies: 5Last Post: 23rd Dec 2022, 07:05 -
MPEG aspect ratio 4:3 -> 16.9
By SmurfRecorder in forum Video ConversionReplies: 8Last Post: 15th May 2021, 15:30 -
Avspmod and Aspect Ratio
By Betelman in forum RestorationReplies: 39Last Post: 12th Jul 2020, 18:50 -
Questions concerning Aspect Ratio
By forsure in forum Blu-ray RippingReplies: 48Last Post: 3rd Jun 2020, 10:15 -
Aspect Ratio
By wks in forum Newbie / General discussionsReplies: 10Last Post: 1st May 2020, 14:57