raziel666
22nd October 2006, 17:05
I don't know if this is the right place for the question. I have a DVD I want to rip, and in DGIndex it says its resolution is 720x480. If I take a screenshot of it, the resolution is 853x480. Using MeGUI for this, I get the Input DAR ITU 16:9. I select the Clever Anamorphic Encoding with Resize to mod16 and after some cropping, I get the following script:
# Set DAR in encoder to 37 : 20. The following line is for automatic signalling
global MeGUI_darx = 37
global MeGUI_dary = 20
DGDecode_mpeg2source("source.d2v")
crop( 2, 6, -2, -14)
LanczosResize(720,464)
When I compress and get the results the output video is so much different from the original. Any suggestions?
# Set DAR in encoder to 37 : 20. The following line is for automatic signalling
global MeGUI_darx = 37
global MeGUI_dary = 20
DGDecode_mpeg2source("source.d2v")
crop( 2, 6, -2, -14)
LanczosResize(720,464)
When I compress and get the results the output video is so much different from the original. Any suggestions?