DigitalDivide
8th January 2007, 05:01
I'm encoding the DVD Vertigo. When I open it up in DGIndex it tells me it's Film 99%, Progressive. However when I use the analyse button in MeGui I get partiall interlaced. Now normally if it's 99% Film I would force film and in MeGui do nothing. However MeGui suggests the following as 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
DGDecode_mpeg2source("F:\projects\Vertigo\Vertigo.d2v",info=3)
ColorMatrix(hints=true)
edeintted = AssumeTFF().SeparateFields().SelectEven().EEDI2(field=-1)
tdeintted = TDeint(edeint=edeintted,order=1)
tfm(order=1,clip2=tdeintted).tdecimate(hybrid=1)
crop( 0, 66, 0, -62)
My question is shouldn't MeGui find it as Film and then suggest doing nothing?
# Set DAR in encoder to 37 : 20. The following line is for automatic signalling
global MeGUI_darx = 37
global MeGUI_dary = 20
DGDecode_mpeg2source("F:\projects\Vertigo\Vertigo.d2v",info=3)
ColorMatrix(hints=true)
edeintted = AssumeTFF().SeparateFields().SelectEven().EEDI2(field=-1)
tdeintted = TDeint(edeint=edeintted,order=1)
tfm(order=1,clip2=tdeintted).tdecimate(hybrid=1)
crop( 0, 66, 0, -62)
My question is shouldn't MeGui find it as Film and then suggest doing nothing?