Bh4i
2nd October 2006, 08:11
Im using this simple MeGUI script:
DGDecode_mpeg2source("D:\VTS_01_1.d2v",info=3)
ColorMatrix(hints=true)
tfm().tdecimate()
crop( 0, 42, -2, -50)
LanczosResize(640,272) # Lanczos (Sharp)
Undot() # Minimal Noise
When converting this to Xvid with MeGUI (30% HQ preset + matrix) it uses 100% CPU on 1 core, but only 10% on the other. I have selected to run it on 2 threads. But my speed of first pass is 50 fps, while total CPU usage is only 55% and i havent added some heavy filters..
Can it run faster or is 50 fps the maximum or something?
DGDecode_mpeg2source("D:\VTS_01_1.d2v",info=3)
ColorMatrix(hints=true)
tfm().tdecimate()
crop( 0, 42, -2, -50)
LanczosResize(640,272) # Lanczos (Sharp)
Undot() # Minimal Noise
When converting this to Xvid with MeGUI (30% HQ preset + matrix) it uses 100% CPU on 1 core, but only 10% on the other. I have selected to run it on 2 threads. But my speed of first pass is 50 fps, while total CPU usage is only 55% and i havent added some heavy filters..
Can it run faster or is 50 fps the maximum or something?