digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth DLL problem (http://www.digitalfaq.com/archives/avisynth/14551-avisynth-dll-problem.html)

shanestar07 09-07-2007 01:00 PM

Avisynth DLL problem
 
Hi

the prob i have now is, my tmpgenc is saying my Dlls arent avisynth 2.5 plugin?

Dialhot 09-08-2007 08:00 AM

Can you post your script and tell us what line in fhte script causes the error ?
Be carefull to, if you are using the autoload feature of avisynth, to have ONLY filters dll in the plugin directory and nothing else.

shanestar07 09-09-2007 03:29 AM

LoadPlugin("C:\Filters25\MPEG2Dec3.dll")
LoadPlugin("C:\Filters25\Grip.dll")
LoadPlugin("C:\Filters25\STMedianFilter.dll")
LoadPlugin("C:\Filters25\asharp.dll")
LoadPlugin("C:\Filters25\unfilter.dll")
LoadPlugin("C:\Filters25\undot.dll")
#
####
## Main section and static filters ###
#
Mpeg2Source("C:\Documents and Settings\shane.SHANE-D1103B63D\Desktop\HNESNE.D2V")
#
undot()
asharp(1, 4)
GripCrop(Your_GripCrop_Parameters_Here)
GripSize(resizer="BicubicResize")
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(1.5))
MergeLuma(blur(0.1))
#
#

## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual )
# This will apply variable temporalsoften
# and variable blur.
# Both filters are active at all times, and work inversely proportional to the
# activity, measured from current frame to next frame.

ScriptClip(" nf = YDifferenceToNext()" +chr(13)+ "unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ).TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1) ")

#
#
#

GripBorders()
#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!

#
#
## Functions ###






it says LoadPlugin("C:\Filters25\MPEG2Dec3.dll") is not avisynth 2.5 plugin. Line 1

Dialhot 09-09-2007 05:37 AM

You should uninstall and reinstall avisynth. And it could be a good idea too to drop dvd2avi and mpeg2dec3.dll to move to dgdindex and dgdecode.dll.
http://forum.doom9.org/showthread.php?t=129510

shanestar07 09-21-2007 02:42 PM

phil what do you need to create the avs file again?

and also where can i download dgdecode.dll.
and when i do have it do i just replace the LoadPlugin("C:\Filters25\MPEG2Dec3.dll")


to

LoadPlugin("C:\Filters25\dgdecode.dll")
and leave the rest of the script as it is?

regards

Dialhot 09-21-2007 03:03 PM

Yes, dgdecode replaces completly mpeg2dec3.
It is provided with dgindex, that replaces dvd2avi.

The tool is called "DGMPEGDEC".

You will find it there :
http://neuron2.net/dgmpgdec/dgmpgdec.html

shanestar07 09-21-2007 03:53 PM

ok sorted that part , so what about the avs script creating prog?

Dialhot 09-22-2007 02:34 PM

What prog ?

shanestar07 09-22-2007 02:37 PM

its ok phil i have sorted it

regards


All times are GMT -5. The time now is 10:31 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.