Log in

View Full Version : SMP problems


Jace
15th February 2007, 05:33
Hi.

I am having trouble getting max performance from my Core2Duo T5500 CPU on the following software with default settings:

XviD-1.2.-127-25022006 _Alpha Build_
Virtualdub 1.6.17

The load on the cores are about 35%/65%.

What do I need to do to load each core 100% ?

Best Regards
Jace

Manao
15th February 2007, 07:04
Post your avs script and your xvid settings. Without that, we can only guess.

Jace
15th February 2007, 10:38
Where do I find my xvid settings?

This is my avs script. Created by Gordian Knot:

# PLUGINS
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\dgdecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\UnDot.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\TomsMoComp.dll")

# SOURCE
mpeg2source("D:\d2v.d2v")

# CROPPING
crop(10,2,700,572)

# DEINTERLACING (1)
TomsMoComp(1,5,1)

# RESIZING
LanczosResize(640,496)

# DENOISING: choose one combination (or none)
Undot()