I have a 720x480(4:3) NTSC video, however, when I encode using AviSynth and MeGUI, the video seems to be slightly stretched horizontally (aspect ratio become 3:2). How can I retain the video's aspect ratio and doesn't being stretched? I'd tried using LanzcosResize() method but it still being stretched, I have some scripts going on before that function, maybe that's why the video have been scaled automatically before even touched by LanzcosResize().
+ Reply to Thread
Results 1 to 5 of 5
-
-
720/480 = 3/2 --> 3:2
640/480 = 4/3 --> 4:3
Muxing in mkvtoolnix GUI will allow you to maintain the display aspect ratio [If you want to] otherwise it will give you a 3:2 aspect ratio -
If you creating scripts using the script creator, you can enable anamorphic encoding to get MeGUI to set the correct aspect ratio, or you can enable resizing and MeGUI will resize to square pixels. If you do the former and switch to the script creator's script tab you'll see the display aspect ratio at the top.
There seems to be a small bug at the moment where if you enable anamorphic encoding, MeGUI might display some odd resizing and an aspect error if there's any cropping. It doesn't matter because for all the anamorphic options resizing is disabled (so it's just misleading) except for the "resize to selected mod" anamorphic option where resizing is enabled, but it works correctly.
Similar Threads
-
MKV and AVISynth: aspect ratio problems!
By billyboy12 in forum Video ConversionReplies: 26Last Post: 15th Jul 2016, 17:57 -
Format Factory keeping original aspect ratio?
By VideoNoob123 in forum Newbie / General discussionsReplies: 2Last Post: 10th Nov 2014, 07:56 -
Aspect ratio on output to DVD
By akkers in forum Video ConversionReplies: 17Last Post: 7th Apr 2014, 06:04 -
How to Correct Aspect Ratio of output
By sandergm in forum SVCD2DVD & VOB2MPGReplies: 2Last Post: 3rd Feb 2014, 21:25 -
Codecs and non-video aspect ratio? Why doesn't it always work?
By Taapo in forum Video ConversionReplies: 10Last Post: 7th Jul 2011, 19:40