09-29-2004, 11:48 AM
|
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()
|
Someday, 12:01 PM
|
|
Site Staff / Ad Manager
|
|
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
|
|
|
09-29-2004, 04:04 PM
|
Free Member
|
|
Join Date: Sep 2004
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
09-29-2004, 07:17 PM
|
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
|
09-30-2004, 12:23 AM
|
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
|
09-30-2004, 03:16 AM
|
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
|
10-04-2004, 08:45 AM
|
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,
|
All times are GMT -5. The time now is 04:31 AM — vBulletin © Jelsoft Enterprises Ltd
|