Quantcast KVCD: Avisynth Script Error? - digitalFAQ.com Forums [Archives]
  #1  
03-31-2003, 02:12 AM
Frunobulax Frunobulax is offline
Free Member
 
Join Date: Mar 2003
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
I'm trying to get this script to load up in ToK:

LoadPlugin("C:\Documents and Settings\Kevin\Desktop\MOVIESTACKER\GripFit_previe w.dll")
LoadPlugin("C:\Documents and Settings\Kevin\Desktop\MOVIESTACKER\DustV5.dll")
LoadPlugin("C:\Documents and Settings\Kevin\Desktop\MOVIESTACKER\LegalClip.dll" )
LoadPlugin("C:\Documents and Settings\Kevin\Desktop\MOVIESTACKER\BlockBuster.dl l")
LoadPlugin("C:\Documents and Settings\Kevin\Desktop\MOVIESTACKER\fluxsmooth.dll ")
LoadPlugin("C:\Documents and Settings\Kevin\Desktop\MOVIESTACKER\sampler.dll")
LoadPlugin("C:\Documents and Settings\Kevin\Desktop\MOVIESTACKER\vobsub.dll")
LoadPlugin("C:\Documents and Settings\Kevin\Desktop\MOVIESTACKER\decombLegacy.d ll")
LoadPlugin("C:\Documents and Settings\Kevin\Desktop\MOVIESTACKER\convolution3d. dll")

mpeg2source("C:\Documents and Settings\Kevin\Desktop\BT with Menu\Blue Thunder.d2v")
Telecide()
Decimate()
LegalClip()
GripCrop( width=352, height=240, overscan=0 )
GripSize()
FaeryDust()
Convolution3D(preset="movieLQ")
Blockbuster(method="noise", variance=.5, seed=1)
GripBorders()
LegalClip()

However, ToK keeps telling me "Script error: there is no function named "mpeg2source."

I've used this scipt in ToK with no problems:

LoadPlugin("C:\Documents and Settings\Kevin\Desktop\MOVIESTACKER\MPEG2Dec.dll")
LoadPlugin("C:\Documents and Settings\Kevin\Desktop\MOVIESTACKER\TemporalCleane rOld.dll")
LoadPlugin("C:\Documents and Settings\Kevin\Desktop\MOVIESTACKER\GripFit_previe w.dll")
LoadPlugin("C:\Documents and Settings\Kevin\Desktop\MOVIESTACKER\DustV5.dll")
LoadPlugin("C:\Documents and Settings\Kevin\Desktop\MOVIESTACKER\LegalClip.dll" )
LoadPlugin("C:\Documents and Settings\Kevin\Desktop\MOVIESTACKER\BlockBuster.dl l")

mpeg2source("C:\Documents and Settings\Kevin\Desktop\BT with Menu\Blue Thunder.d2v")
LegalClip()
BilinearResize(320, 158, 0, 3, 720, 474)
AddBorders(16, 41, 16, 41)
BlockBuster(method="sharpen", detail_min=1, detail_max=100, strength=25)
SpaceDust()
TemporalCleaner(ythresh=2, cthresh=3)
LegalClip()

I can't figure out what in the "mpeg2source" line could be causing that type of error. Any ideas from some of you much more experienced folks?

I'm using AviSynth 2.08 and Tok 1.76. Thanks in advance -- this VCD stuff is fun!
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
03-31-2003, 02:30 AM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
hi Frunobulax

the reason that your second script works is this line:

LoadPlugin("C:\Documents and Settings\Kevin\Desktop\MOVIESTACKER\MPEG2Dec.dll")

copy this to your first script and try...will work too!

Reply With Quote
  #3  
03-31-2003, 02:53 AM
Frunobulax Frunobulax is offline
Free Member
 
Join Date: Mar 2003
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for the speedy reply.

Actually, I tried that before I read your post, but upon trying to load the script into ToK, I get the message: "I can't understand the frame rate of your video."

Oh, the humanity!
Reply With Quote
  #4  
03-31-2003, 10:20 AM
Frunobulax Frunobulax is offline
Free Member
 
Join Date: Mar 2003
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
As a followup, for anyone who might be remotely interested:

The script problem appeared to be with telecine and decimate. Apparently, from what my research was able to glean, these aren't needed if the working d2v file is already at 23.976 fps.

If I'm wrong, I'll stand corrected, but remarking these two elements out seemed to fix the problem, and the resulting output was a definite improvement over what I had before.
Reply With Quote
  #5  
04-04-2003, 01:20 AM
muaddib muaddib is offline
Free Member
 
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
You are right Frunobulax.
Telecide/Decimate are for Inverse Telecine.
If your D2V is 23.976 fps then it's not telecined and don't need IVTC.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: Floating point error with MA script? Deeja Avisynth Scripting 2 01-26-2004 04:27 AM
TMPGEnc: Not supported error in avisynth script bigggt Video Encoding and Conversion 6 01-02-2004 10:54 PM
avisynth script error in ToK Max0d Video Encoding and Conversion 3 11-30-2003 04:53 PM
Avisynth: Optimal Script error? black prince Avisynth Scripting 1 07-09-2003 04:43 PM
Avisynth: Error with the optimize optimal script? audioslave Avisynth Scripting 6 07-01-2003 09:50 PM

Thread Tools



 
All times are GMT -5. The time now is 08:35 AM  —  vBulletin © Jelsoft Enterprises Ltd