PDA

View Full Version : cropping takes 6fps encoding speed?


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)
--------------------------------------------------------------

sh0dan
30th August 2003, 18:45
6fps seems like a lot, but it is possible. Try adding "align=true" at the end of the crop "crop(12,12,-12,-12,align=true)".

MasterYoshidino
31st August 2003, 08:33
this might sound like a silly question but what system are you using to encode?

post system specs just to make sure. ;)

DvdKhl
1st September 2003, 02:53
Pentium 4 2.00GHz
512MB DDR Ram
Windows XP Home Edition + SP1

If you want to know my motherboard sry but I don't know what the name is :/

But I will test the cropping within the resizing
LanczosResize(400,304,12,4,700,280)
shouldn't be faster but I'll try :D