So, i have had many many issue with meGUI but slowly am figuring them out.. at first the muxing would crash... figured that out (was compatibility issue)... then sound was out of sync... dunno what exactly causes it but it happens unles i rip the DVD to hard drive with DVDfab first...
so.. everything is good.. now NEW ISSUE =(
I keep setting the DAR to 4:3 .. by the way.. why is it 1.367 in parenthesis? 4/3 is 1.333333 ?
anyhow... i set it to 4:3 but it ends up being wide screen... and visually it doesnt look like its 16:9 or anything... it just looks a tad wider than it should be.... and Gspot reports its:
Help please =/ I dont know how to fix it... im not even sure why it happens... this is my AVS script created by meGui
Code:DGDecode_mpeg2source("C:\************\d2v.d2v", info=3) ColorMatrix(hints=true, interlaced=true, threads=0) TomsMoComp(1,5,1) #crop #resize #denoise
+ Reply to Thread
Results 1 to 4 of 4
-
-
Ok... so i think i know why its all weird... still dont know how to fix it though... i think its setting it to 1.5 AR (as Gspot says) because 720/480 which is the resolution of any NTSC DVD is 1.5.... so I am trying to have it resize to: 656x480 which is 1.366666667... will see how it turns out...
does this sound totally weird? Or is this normal? And again its 1.367 instead of 1.333333 =/ weird -
If using xvid, not all players will accept the aspect ratio flags
You can try mpeg4modifier to write the flags
It's setting to 1.5AR because they are square pixels (i.e. 720/480 = 1.5)
By switching the flag, it "stetches" the display on playback, much like the original DVD
Another option is to resize using square pixels. eg. 640x480 , which will give you perfect 4/3 AR, and mod16 compliant. Your 656x480 is not.
Similar Threads
-
virtualdub video capturing, forcing aspect
By muffinman123 in forum Capturing and VCRReplies: 1Last Post: 25th Aug 2011, 00:09 -
MeGUI aspect ratio & cropping problems ??
By 3thman in forum Video ConversionReplies: 7Last Post: 5th Feb 2010, 17:22 -
Help Aspect Ratios & Frame Rates
By CTP-Crystal in forum Newbie / General discussionsReplies: 21Last Post: 1st May 2009, 18:10 -
AviSynth & Aspect Ratios
By blazin-j in forum Newbie / General discussionsReplies: 3Last Post: 28th Nov 2008, 13:39 -
Forcing Aspect Ratio during playback
By hcowan in forum Authoring (DVD)Replies: 1Last Post: 24th Apr 2008, 15:02