digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   where to find these filters? Grip filters, FairyDust or PixieDust (http://www.digitalfaq.com/archives/avisynth/12354-find-filters-grip.html)

Lumsmore 09-29-2004 11:48 AM

where to find these filters? Grip filters, FairyDust or PixieDust
 
This is posted in the Sticky note for a VCR script. Does anyone know if this is for AVISynth 2.5?

Anyone know where to find these filters; Grip filters, FairyDust or PixieDust. I've found the others. (don't you wish there were some indicator in the filter name to indicate they were external, like starting with a '#' or something?)

unfilter(50,50)
GripCrop( X, Y )
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()

Lumsmore 09-29-2004 04:04 PM

I finally found the Grip stuff here > http://www.nic.fi/~lhahne/GripFit_YV12.zip

bigggt 09-29-2004 07:17 PM

Hi Lumsmore


I am pretty sure that script is for Avisynth 2.08

kev23m 09-30-2004 12:23 AM

Try this , this is what i use

Code:

Mpeg2Source("C:\khnh\khnh.d2v")
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(480, 480, overscan=1, source_anamorphic=true)
GripSize(resizer="LanczosResize")
RemoveGrain(mode=8)
Fluxsmooth(10,15)
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
GripBorders()

Basically using Dialhots V4 script

Dialhot 09-30-2004 03:16 AM

Quote:

Originally Posted by kev23m
Basically using Dialhots V4 script

And COMPLETLY screwing it by using a very bad combination of filters ! :lol:
(C3D + fluxsmooth + temporalsoften ? Tsskkk)

FYI, this is the script I use actually :
Code:

AviSource("E:\Movies\movie.avi")
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1)
GripCrop(480, 480, overscan=1, source_anamorphic=true)
GripSize(resizer="LanczosResize")
RemoveGrain()
Deen()
GripBorders()

As you can see, it is far from the last V4 with quite the same result.

I just need beta tester to validate it as V5 script :-)

danpos 10-04-2004 08:45 AM

Re: Looking for filters for this Optimal Script
 
Quote:

Originally Posted by Lumsmore
This is posted in the Sticky note for a VCR script. Does anyone know if this is for AVISynth 2.5?

Anyone know where to find these filters; Grip filters, FairyDust or PixieDust. I've found the others. (don't you wish there were some indicator in the filter name to indicate they were external, like starting with a '#' or something?)

unfilter(50,50)
GripCrop( X, Y )
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()

Hi ! The filter in bold type is Avisynth 2.0x and can be used with LoadPluginEx2.dll . Here there is this thread that can help you: http://www.kvcd.net/forum/viewtopic....t=loadpluginex

Greetings,


All times are GMT -5. The time now is 11:03 AM  —  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.