oceansky
29th June 2003, 02:03
Hi, I need someone to help me to clarify the problem when I try to open an avs file created by GKnot in VirtualDubMod, I had an error message,
Avisynth open failure:
LoadPlugin: "mpeg2dec3.dll" is not an avisynth 1.0 plugin
(R:\...\...\PINOCCHIO_ForceFilm.avs, line 8)
thanks.
SiXXGuNNZ
29th June 2003, 02:20
you need avisytnh 2.5 or up
and also, you may wanna post the script so we can actually see line 8
oceansky
29th June 2003, 03:44
Here is the script, thanks for helping.
#
# Created with Gordian Knot
#
# http://gknot.doom9.org
#
# PLUGINS
SetWorkingDir("E:\Multimedia\Movie\EncordingTools\Gordian Knot\")
LoadPlugin("mpeg2dec3.dll")
#LoadPlugin("decomb.dll")
#LoadPlugin("dgbob.dll")
#LoadPlugin("Convolution3d.dll")
#LoadPlugin("FluxSmooth.dll")
#LoadPlugin("TomsMoComp.dll")
#LoadPlugin("VSFilter.dll")
#LoadPlugin("SimpleResize.dll")
#
# SOURCE
mpeg2source("R:\DVD\Projects\PINOCCHIO_VTS_04_PGC1A2\PINOCCHIO_ForceFilm.d2v")
#
# TRIM
#trim(startframe,endframe)
#
# IVTC
#Telecide(guide=1).Decimate(5)
# or use
#IVTC(44,11,95)
#GreedyHMA(1,0,4,0,0,0,0,0)
#
# DEINTERLACING (1)
#FieldDeinterlace()
#FieldDeinterlace(blend=false)
#TomsMoComp(1,5,1)
#
# CROPPING
crop(0,6,716,468)
#
# DEINTERLACING (2)
#SeparateFields().SelectEven()
# or maybe
#DGBob(order=0,single=true)
# DEINTERLACING (3) - special requests
#GreedyHMA(1,0,0,0,0,0,0,0)
#Telecide()
#SeparateFields()
#
#
# SUBTITLES
#VobSub("FileName")
#
# RESIZING
BicubicResize(672,496,0,0.5)
#
# DENOISING: choose one combination (or none)
# 1) little noise
#Temporalsoften(2,3,3,mode=2,scenechange=6)
#mergechroma(blur(1.3))
#FluxSmooth(5,7)
#
# 2) medium noise
#Temporalsoften(3,5,5,mode=2,scenechange=10)
#Convolution3d("moviehq")
#FluxSmooth(7,7)
#
# 3) heavy noise
#Temporalsoften(4,8,8,mode=2,scenechange=10)
#Convolution3d("movielq")
#FluxSmooth(10,15)
#
# BORDERS
#AddBorders(left,top,right,bottom)
#
# COMPRESSIBILITY CHECK
# !!!!Snip Size now has to be 14 for use in GKnot!
#SelectRangeEvery(280,14)
#
# FOOL CCEnc
#ResampleAudio(44100)
SiXXGuNNZ
29th June 2003, 06:14
I am pretty certain you are using avisynth 1.0
LoadPlugin: "mpeg2dec3.dll" is not an avisynth 1.0 plugin
upgrade
oceansky
29th June 2003, 06:40
thanks, sixxgunnz, now i download the 2.5 version and install it. but i had a problem, in virtualdubmod, i couldn't find the place where to set the plugin for 2.5 version. or do you i need to restart all the scratch from Gknot and then virtualdubmod.
In Gknot, there is a place for mpeg2dec3.dll and this file is located under gknot directory. What steps do i need to make the gknot and virtualdubmod to recognize the 2.5 plugin?
Many thanks for your help.
Ocean :)
SiXXGuNNZ
29th June 2003, 07:21
you shouldn't have to redo the script, as long as the path to mpeg2dec3.dll is correct
you may want to go to the gknot sourceforge page and download and install the full setup for v0.28.5
this would insure you have everything you need.
oceansky
29th June 2003, 07:59
thanks sixxgunnz, it now no problem to load the avs file from virtualdubmod. Probably, i install the gknot old version and replace the avisynth new version. thanks for your help. q^^p
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.