Bh4i
24th September 2006, 12:27
I just began with some basic avisynth scripts. I think this is my 2nd script made :rolleyes:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\HDRagc\AGC.dll")
DGDecode_mpeg2source("D:\VIDEO_TS\VTS_03_1.d2v",info=3)
ColorMatrix(hints=true)
edeintted = AssumeTFF().SeparateFields().SelectEven().EEDI2(field=-1)
tdeintted = TDeint(edeint=edeintted,order=1)
tfm(clip2=tdeintted).tdecimate(hybrid=3)
crop( 0, 72, -2, -78)
LanczosResize(640,320) # Lanczos (Sharp)
HDRAGC()
UnDot()
Im using it with MeGUI and encoding to AVC with HQ-Slow.
With all my previous encodes i encoded using ONLY MeGUI. I changed nothing with the script made with MeGUI. I did ~15-20 encodes with a average speed of ~50 fps for 1st pass en ~30 fps for 2nd pass. My CPU usages was 100%.
Now my speed for the 1st pass is only 18 fps, and my CPU usage is ~65%. Can someone tell me why this is so slow and why it doesnt use 100% CPU?
PC specs:
Intel Core2Duo E6600 @ 2,4 Ghz
2 GB RAM
WinXP SP2 Pro
-edit-
Im using 2 threads and always used 2 threads...
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\HDRagc\AGC.dll")
DGDecode_mpeg2source("D:\VIDEO_TS\VTS_03_1.d2v",info=3)
ColorMatrix(hints=true)
edeintted = AssumeTFF().SeparateFields().SelectEven().EEDI2(field=-1)
tdeintted = TDeint(edeint=edeintted,order=1)
tfm(clip2=tdeintted).tdecimate(hybrid=3)
crop( 0, 72, -2, -78)
LanczosResize(640,320) # Lanczos (Sharp)
HDRAGC()
UnDot()
Im using it with MeGUI and encoding to AVC with HQ-Slow.
With all my previous encodes i encoded using ONLY MeGUI. I changed nothing with the script made with MeGUI. I did ~15-20 encodes with a average speed of ~50 fps for 1st pass en ~30 fps for 2nd pass. My CPU usages was 100%.
Now my speed for the 1st pass is only 18 fps, and my CPU usage is ~65%. Can someone tell me why this is so slow and why it doesnt use 100% CPU?
PC specs:
Intel Core2Duo E6600 @ 2,4 Ghz
2 GB RAM
WinXP SP2 Pro
-edit-
Im using 2 threads and always used 2 threads...