djesteban
28th July 2009, 05:22
Hi,
There's something I think I don't understand when using the Clever anamorphic encoding option.
I have a 1920x1080 AVC input (.dga) in the Avisynth script editor and I checked the Clever anamorphic encoding function using "Overcrop to achieve mod16" option; when I do this the Suggested Resolution (mod16) gets checked automatically. Then in the Crop & Resize section, I click the Auto Crop button which gives me values of 72, 60, 72, 60. Seems to be fine up to now IMHO, but when I look at the avs script:
# Set DAR in encoder to 37 : 20. The following line is for automatic signalling
global MeGUI_darx = 37
global MeGUI_dary = 20
AVCSource("K:video.dga")
#deinterlace
crop( 72, 64, -72, -64)
#resize
#denoise
...you can see that the horizontal crop is now 64...
now if I calculate 1080 - (64*2) /16 = 59.5... which is not mod16.... am I doing something wrong, or missing something?
Please let me know!
..Also, if there's a good tutorial for this, let me know, thanks in advance!!!!! :)
There's something I think I don't understand when using the Clever anamorphic encoding option.
I have a 1920x1080 AVC input (.dga) in the Avisynth script editor and I checked the Clever anamorphic encoding function using "Overcrop to achieve mod16" option; when I do this the Suggested Resolution (mod16) gets checked automatically. Then in the Crop & Resize section, I click the Auto Crop button which gives me values of 72, 60, 72, 60. Seems to be fine up to now IMHO, but when I look at the avs script:
# Set DAR in encoder to 37 : 20. The following line is for automatic signalling
global MeGUI_darx = 37
global MeGUI_dary = 20
AVCSource("K:video.dga")
#deinterlace
crop( 72, 64, -72, -64)
#resize
#denoise
...you can see that the horizontal crop is now 64...
now if I calculate 1080 - (64*2) /16 = 59.5... which is not mod16.... am I doing something wrong, or missing something?
Please let me know!
..Also, if there's a good tutorial for this, let me know, thanks in advance!!!!! :)