Quantcast Where to Find these Filters? Grip Filters, Fairydust or Pixiedust - digitalFAQ.com Forums [Archives]
  #1  
09-29-2004, 11:48 AM
Lumsmore Lumsmore is offline
Free Member
 
Join Date: Sep 2004
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
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()
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-29-2004, 04:04 PM
Lumsmore Lumsmore is offline
Free Member
 
Join Date: Sep 2004
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
I finally found the Grip stuff here > http://www.nic.fi/~lhahne/GripFit_YV12.zip
Reply With Quote
  #3  
09-29-2004, 07:17 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Lumsmore


I am pretty sure that script is for Avisynth 2.08
__________________
Bigggt
Reply With Quote
  #4  
09-30-2004, 12:23 AM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #5  
09-30-2004, 03:16 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by kev23m
Basically using Dialhots V4 script
And COMPLETLY screwing it by using a very bad combination of filters !
(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
Reply With Quote
  #6  
10-04-2004, 08:45 AM
danpos danpos is offline
Free Member
 
Join Date: May 2004
Location: Rio de Janeiro - Brasil
Posts: 538
Thanks: 0
Thanked 0 Times in 0 Posts
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,
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD2SVCD: How to set path for filters, like latest adaptive filters? melmo Video Encoding and Conversion 1 07-16-2004 03:43 AM
kvcd: I used Grip filters and Fairy Dust twobit326 Video Encoding and Conversion 1 05-15-2003 10:03 AM
SansGrip Filters: Small explanation needed about filters AgNa Avisynth Scripting 2 02-07-2003 12:25 PM
SansGrip Filters: Trying to find the GripFIt, GripCrop and GripSize filters Bud Avisynth Scripting 4 01-19-2003 06:40 PM
SansGrip Filters: Filters/settings for animation/anime akrein62 Avisynth Scripting 2 11-24-2002 01:39 AM

Thread Tools



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