digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   LegalClip.dll not an avisynth 2.5 plugin? (http://www.digitalfaq.com/archives/avisynth/4142-legalclipdll-avisynth-25-a.html)

pixeldotz 06-23-2003 05:50 AM

LegalClip.dll not an avisynth 2.5 plugin?
 
Im trying to use kwags script for analog vhs captures

LoadPlugin("C:\filters25\MPEG2Dec3.dll")
LoadPlugin("C:\filters25\LegalClip.dll")

Mpeg2Source("D:\logs\file.d2v")
LegalClip()
unfilter(50,50)
GripCrop(352, 240, overscan=2, source_anamorphic=false)
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0, 8, 32)
FaeryDust() # or PixieDust()
mergechroma(blur(1.50))
mergeluma(blur(0.2))
# Convolution3d or DCTFilter for extreme worse cases.
GripBorders()
LegalClip()


-----
can anyoen help?

Dialhot 06-23-2003 07:24 AM

Re: I keep getting LegalClip.dll not an avisynth 2.5 plugin
 
Quote:

Originally Posted by pixeldotz
Im trying to use kwags script for analog vhs captures

The script you use is for avs2.08, and you have avs2.52 on your PC.
avs2.52 is mandatory only for the new adaptative script.

Quote:

LoadPlugin("C:\filters25\LegalClip.dll")
No need to use this plugin with 2.52 as there is a internal command called "Limiter()" that do the same thing


Quote:

STMedianFilter(8, 32, 0, 0, 8, 32)
The 2.52 version on STMedianFilter only have 4 parameters. Use "(8,32,0,0)".

Quote:

FaeryDust() # or PixieDust()
No "FaeryDust" nor "PixieDust" in 2.52 as the plugnin "DustV5" exists only for 2.08

pixeldotz 06-23-2003 07:45 AM

thanks, that helped alot. I appreciate it :)


All times are GMT -5. The time now is 12:51 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.