It's no longer a problem to play avs. files cause I just tried with the defult script or whatever it was:
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\MPEG2DEC.dll")
AviSource("C:\Documents and Settings\Lars\Skrivbord\Tobias\Spiderman.avi")
BilinearResize(448,254,1,0,638,272)
#TemporalSmoother(2,2)
AddBorders(16,113,16,113)
#Trim(0,126416).FadeOut(150)
#ConvertToRGB24 # For TMPGEnc or VFAPI
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
#== If you want this 'fix' permanently, edit the INI-file:
#== Under [AVSscript] set CCEcrashfix=1
I just saved this one to try if I could play this avs. and yeah it all worked fine. But but when I tried the script I should use it only played this massage:
Scriped error: expected a. or)
(C:\Documents and Settings\Lars\Skrivbord\Tobias\Spiderman.avs, line 6, column 12)
Script:
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\MPEG2DEC.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\GripFit_preview.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\LegalClip.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\Sampler.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\DustV5.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\TemporalCleanerOld.dll
AviSource("C:\Documents and Settings\Lars\Skrivbord\Tobias\Spiderman.avi")
LegalClip()
GripCrop( width=528, height=480, overscan=1 )
GripSize()
SpaceDust()
TemporalCleaner()
GripBorders()
LegalClip()
#Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##
I think I've made somthing wrong with the filters...cause I could play the avs. script without filters.
Can someone see anything wrong with this script
And when you look at this error massage:
Scriped error: expected a. or)
(C:\Documents and Settings\Lars\Skrivbord\Tobias\Spiderman.avs, line 6, column 12)
What do you think this part means : line 6, column 12
plz gimme some help
//Wolfi