VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Hi. I have a 1280x720 wmv which I have to script with avspmod/DirectShowSource. (It's one of those wmv's that MeGUI doesn't like.) The vid is in 16:9 but should really be 4:3.
    Had I been able to use MeGUI to index/script it, changing the AR would be easy, like this:
    global MeGUI_darx = 4
    global MeGUI_dary = 3
    but that command doesn't work when I open the avspmod script in MeGUI.

    Is there a command I can use? Googling it has failed me. Many thanks.
    Last edited by pooksahib; 19th Oct 2017 at 05:31. Reason: spelling
    Quote Quote  
  2. Avisynth don't care about aspect ratio - aspect ratio is for video codec. Your encoder should set proper flag.
    Quote Quote  
  3. Thanks, pandy. A tool called WMVARChanger set to 3:4 has corrected the vid.
    Quote Quote  
  4. Or you could just change the frame size to a 4:3 ratio in your AviSynth script. Something like

    Code:
    Spline36Resize(960,720)
    Quote Quote  
  5. That's good...
    Quote Quote  



Similar Threads

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