VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. 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!
    Quote Quote  
  2. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    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.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!