hannah
6th August 2010, 22:43
Hi All,
I have this desktop machine where I run avisynth script (AviSynth 2.58, build: Dec 22 2008) through to meGUI. Raw video data is in 1920 x 1080 size.
I think I need to optimize my avisynth script to make use of MMX, SSE, SSE2 and for Number of threads for my processor.
This is my avisynth script:
SetMemoryMax(256)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGAVCDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\NicAudio.dll")
A=AVCSource("C:\Park.dga")
B=NicAc3Source("C:\Park PID 1100 3_2ch 448Kbps DELAY -221ms.ac3").DelayAudio(-0.221)
AudioDub(A,B)
LeakKernelDeint(order=1,sharp=true,threshold=4, forceCPU=5)
LanczosResize(960,540)
When I encode it in x264, I get generally 3-4 fps. Please note that I am reducing the size.
Below is the information re: my processor.
Instructions sets MMX, SSE, SSE2
Number of processors 1
Number of threads 2
Processor 1 ID = 0
Number of cores 1 (max 1)
Number of threads 2 (max 2)
Name Intel Pentium 4
Codename Northwood
Specification Intel(R) Pentium(R) 4 CPU 2.80GHz
L1 Data cache 8 KBytes, 4-way set associative, 64-byte line size
Trace cache 12 Kuops, 8-way set associative
L2 cache 512 KBytes, 8-way set associative, 64-byte line size
Memory Size 768 MBytes
Windows Version Microsoft Windows XP Professional Service Pack 3 (Build 2600)
DirectX Version 9.0c
Please help.
Many thanks.
I have this desktop machine where I run avisynth script (AviSynth 2.58, build: Dec 22 2008) through to meGUI. Raw video data is in 1920 x 1080 size.
I think I need to optimize my avisynth script to make use of MMX, SSE, SSE2 and for Number of threads for my processor.
This is my avisynth script:
SetMemoryMax(256)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGAVCDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\NicAudio.dll")
A=AVCSource("C:\Park.dga")
B=NicAc3Source("C:\Park PID 1100 3_2ch 448Kbps DELAY -221ms.ac3").DelayAudio(-0.221)
AudioDub(A,B)
LeakKernelDeint(order=1,sharp=true,threshold=4, forceCPU=5)
LanczosResize(960,540)
When I encode it in x264, I get generally 3-4 fps. Please note that I am reducing the size.
Below is the information re: my processor.
Instructions sets MMX, SSE, SSE2
Number of processors 1
Number of threads 2
Processor 1 ID = 0
Number of cores 1 (max 1)
Number of threads 2 (max 2)
Name Intel Pentium 4
Codename Northwood
Specification Intel(R) Pentium(R) 4 CPU 2.80GHz
L1 Data cache 8 KBytes, 4-way set associative, 64-byte line size
Trace cache 12 Kuops, 8-way set associative
L2 cache 512 KBytes, 8-way set associative, 64-byte line size
Memory Size 768 MBytes
Windows Version Microsoft Windows XP Professional Service Pack 3 (Build 2600)
DirectX Version 9.0c
Please help.
Many thanks.