Log in

View Full Version : n00b question


hoozdapimp
30th August 2002, 01:37
ok this will probably be a n00b question but i cannot get any functions to work...here is my entire script file...everything looks right according to other posts, but no matter what function call i put first i get an error saying it is an undefined call to fucntion "x" regardless of what function i call..

i installed avisynth 2.05 and added the info to my registry, etc, what else do i need to do to get this to work..

------------start (not included in scipt)------------------

LoadPlugin("C:\GordianKnot\mpeg2dec.dll")
LoadPlugin("C:\Gordianknot\TemporalSoften2.dll")
LoadPlugin("C:\Gordianknot\avisynth_spatial.dll")

MPEG2source=("D:\mtf1.d2v")
TemporalSoften2(3,6,8)
SpatialSoftenMMX(1,1,0,false,false,10,10,1,1)

ConvertToRGB()
VD_WarpSharp(20)
ConvertToYUY2()

------------end (not included in scipt)------------------

i have been at this for hours and i can't seem to find the right answer!
thanks in advance!
scott

-h
30th August 2002, 01:47
What I'd change:

------------start (not included in scipt)------------------

LoadPlugin("C:\GordianKnot\mpeg2dec.dll")
LoadPlugin("C:\Gordianknot\TemporalSoften2.dll")
LoadPlugin("C:\Gordianknot\avisynth_spatial.dll")

MPEG2source("D:\mtf1.d2v")
TemporalSoften2(3,6,8)
SpatialSoftenMMX(1,1,0,false,false,10,10,1,1)

ConvertToRGB()
VD_WarpSharp(20)
ConvertToYUY2()

------------end (not included in scipt)------------------

Haven't used the other stuff you've got there, so I don't know whether it's right.

-h

hoozdapimp
30th August 2002, 03:50
lol..yeah that was it..ty for that

ok, now that i have it loaded, my 30 minute clip turns into 24gb.
what settings do i use in virtual dub?
my original file is 487mb. i hate to ask these questions but i seriously can't find any good help using search or on avisynth.org (that website needs help still).
thanks in advance!
scott

Koepi
30th August 2002, 03:56
You need to choose a video codec to compress it with, and the same goes for audio.

You should read doom9's guides and visit the virtualdub forum for nearer explanations.

Regards,
Koepi