DvdKhl
30th August 2003, 12:35
Is it normal that if I put cropping into my scipt that the encoding speed is about 6fps slower?
My Script
--------------------------------------------------------------
MPEG2Source("C:\1.d2v",cpu2="oooooo",idct=6,iPP=false)
assumefieldbased()
separatefields().selecteven()
crop(12,12,-12,-12)
TemporalSoften(4,4,8,15,2)
LanczosResize(400,304)
--------------------------------------------------------------
My Script
--------------------------------------------------------------
MPEG2Source("C:\1.d2v",cpu2="oooooo",idct=6,iPP=false)
assumefieldbased()
separatefields().selecteven()
crop(12,12,-12,-12)
TemporalSoften(4,4,8,15,2)
LanczosResize(400,304)
--------------------------------------------------------------