Hi all, Im in the process of ripping alot of my DVDs to disc in x264 format using MeGui, I checked the Clever anamorphic encode button and chose overcrop to acheive mod16, this has worked on all my other rips so far, the Avisynth file shows the dar as being 4719 : 2500 But after a painful 20 hour encode on insane quality settings it seems to have not included the DAR, When I play the file in Media player classic, which correcly shows the DAR for all my other anamorphic rips, it just comes up as 704x544 which sorta looks like 4:3 (Roughly) and DS Mux shows it as being 22:17, Any ideas what when wrong? and better yet how to fix it without haveing to re-encode the file? The original DVD is in 16:9. Here is my Avi synth script
# Set DAR in encoder to 4719 : 2500. The following line is for automatic signalling
global MeGUI_darx = 4719
global MeGUI_dary = 2500
DGDecode_mpeg2source("E:\DVDs awaiting processing\Kiki\VideoFile.d2v",info=3)
ColorMatrix(hints=true,interlaced=true)
Load_Stdcall_Plugin("C:\Program Files\megui\tools\yadif\yadif.dll")
Yadif(order=1)
crop( 10, 16, -6, -16)
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
DVD Decrypter error:Failed to set data for "DVDDecrypterPlayMovieOnArr
By rachelsmiley in forum DVD RippingReplies: 17Last Post: 22nd Dec 2017, 11:40 -
Video has DAR 16:9 but is really a 4:3. How to convert?
By pooksahib in forum Video ConversionReplies: 6Last Post: 30th Nov 2011, 08:41 -
Virtualdub: DAR?
By higgins327 in forum Video ConversionReplies: 4Last Post: 1st Apr 2011, 06:42 -
Dar, sar...
By drgt in forum Newbie / General discussionsReplies: 44Last Post: 13th Dec 2010, 13:09 -
MeGUI - DAR error caused by latest update?
By Tiernan in forum Video ConversionReplies: 0Last Post: 17th Jan 2010, 19:24