Xaanin
7th April 2002, 20:06
I'm on a T-bird 900, 384mb PC133 ram. When frameserving with TMPGenc (through VFAPI) I get an encoding speed of 0.9-1.0, but I've recently started frameserving with avisynth (no VFAPI) and my speeds are terrible. Speed is usually around 0.46-0.51. I'm only doing video with CCE.
On my brothers Duron 800 with 256mb PC100 ram he gets a speed of .075 when using Avisynth (same script, same file to encode and same CCE settings). Any idea what might cause this?
My avs script looks like this:
AviSource("F:\STARGATE - SG1 - [4x04] - Crossroads - [350]-[AC3]-[AMC].avi")
BicubicResize(448,542,0,0.6,0,0,640,360)
#TemporalSmoother(2,2)
AddBorders(16,17,16,17)
#Trim(0,63678).FadeOut(150)
ResampleAudio(44100)
# CCE 2.5 'crashfix' for Athlons
## If you want this 'fix' permanently, edit the INI-file:
## Under [AVSscript] set the CCEcrashfix-option to
## CCEcrashfix=1
On my brothers Duron 800 with 256mb PC100 ram he gets a speed of .075 when using Avisynth (same script, same file to encode and same CCE settings). Any idea what might cause this?
My avs script looks like this:
AviSource("F:\STARGATE - SG1 - [4x04] - Crossroads - [350]-[AC3]-[AMC].avi")
BicubicResize(448,542,0,0.6,0,0,640,360)
#TemporalSmoother(2,2)
AddBorders(16,17,16,17)
#Trim(0,63678).FadeOut(150)
ResampleAudio(44100)
# CCE 2.5 'crashfix' for Athlons
## If you want this 'fix' permanently, edit the INI-file:
## Under [AVSscript] set the CCEcrashfix-option to
## CCEcrashfix=1