Quantcast Avisynth DLL Problem - digitalFAQ.com Forums [Archives]
  #1  
09-07-2007, 01:00 PM
shanestar07 shanestar07 is offline
Free Member
 
Join Date: Jan 2007
Location: Birmingham (UK)
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to shanestar07 Send a message via Yahoo to shanestar07
Hi

the prob i have now is, my tmpgenc is saying my Dlls arent avisynth 2.5 plugin?
__________________
The only evil is Ignorance
The only power is Knowledge
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  
09-08-2007, 08:00 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #3  
09-09-2007, 03:29 AM
shanestar07 shanestar07 is offline
Free Member
 
Join Date: Jan 2007
Location: Birmingham (UK)
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to shanestar07 Send a message via Yahoo to shanestar07
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
__________________
The only evil is Ignorance
The only power is Knowledge
Reply With Quote
  #4  
09-09-2007, 05:37 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #5  
09-21-2007, 02:42 PM
shanestar07 shanestar07 is offline
Free Member
 
Join Date: Jan 2007
Location: Birmingham (UK)
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to shanestar07 Send a message via Yahoo to shanestar07
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
__________________
The only evil is Ignorance
The only power is Knowledge
Reply With Quote
  #6  
09-21-2007, 03:03 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #7  
09-21-2007, 03:53 PM
shanestar07 shanestar07 is offline
Free Member
 
Join Date: Jan 2007
Location: Birmingham (UK)
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to shanestar07 Send a message via Yahoo to shanestar07
ok sorted that part , so what about the avs script creating prog?
__________________
The only evil is Ignorance
The only power is Knowledge
Reply With Quote
  #8  
09-22-2007, 02:34 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
What prog ?
Reply With Quote
  #9  
09-22-2007, 02:37 PM
shanestar07 shanestar07 is offline
Free Member
 
Join Date: Jan 2007
Location: Birmingham (UK)
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to shanestar07 Send a message via Yahoo to shanestar07
its ok phil i have sorted it

regards
__________________
The only evil is Ignorance
The only power is Knowledge
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: Sse mmx problem? SlowlyGoingInsane Avisynth Scripting 1 02-23-2004 04:51 AM
Avisynth: Sse mmx problem? SlowlyGoingInsane Avisynth Scripting 0 02-22-2004 11:45 PM
Avisynth: Problem with filters randa Avisynth Scripting 2 02-19-2004 04:45 AM
Avisynth: 23.976 FPS Problem Steel Avisynth Scripting 5 10-17-2003 03:03 PM
Avisynth: Problem with Avisynth - MPEG2DEC.dll? Mario Avisynth Scripting 6 06-10-2002 08:18 AM

Thread Tools



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