Thread: Avisynth 2.6 MT
View Single Post
Old 8th September 2011, 06:56   #228  |  Link
fabje
Registered User
 
Join Date: Mar 2010
Posts: 98
Quote:
Originally Posted by Zep View Post
so when your friend runs just MPEG2Source("E:\Recordings\test.d2v")

no encoding just a pass through FPS test he gets 400 and you get 250? You both are using same versions of software? Same bios version? same drivers versions? etc.... get process explorer and look at the avisynth threads. Compare your boxes and you should be able to see where the bottleneck is. you can even click on a single thread and see the I/O rates and much more. yeah it is time to go lower level lol


good luck
No my friend gets 400fps when he is using this script:
SetMTMode(5,3)
MPEG2Source("E:\Recordings\recording.d2v")
Crop(0,0, -Width % 8,-Height % 8)
ConvertToYV12()
SetMTMode(2)
LeakKernelDeint(order=1,threshold=8)
Crop(2,2,-2,-2)
BicubicResize(656,368,0,0.5)
Trim(9992,46915)

And yes our software version etc is the same.
The only thing that is really different is that my cpu is overclocked and his pc isn't. So I thought maybe it was an setting in my bios, but even with everything in there on default. My speeds are getting slower then what I have right now.
__________________
CPU: i7 3930K @ 4.5Ghz MEM: 16GB GPU:NVIDIA GeForce GTX680 OS: Windows 7 64Bit
fabje is offline   Reply With Quote