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)