Quantcast KVCD: Download Link for Sansgrip Filters? - digitalFAQ.com Forums [Archives]
  #1  
12-07-2003, 05:11 PM
Kelly Kelly is offline
Free Member
 
Join Date: Dec 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Hi, has anyone got a download link to the Sansgrip filters. The website is currently down.
Broken Link
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  
12-07-2003, 05:16 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
It's not the website. Sansgrip's directory is gone
http://www.jungleweb.net is up

-kwag
Reply With Quote
  #3  
12-07-2003, 06:16 PM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
http://www.avisynth.org/warpenterprises

If you use FluxSmooth, sh0dan fixed and tweaked the filter a bit. You can find the download link at the Doom9 forums, do a search and you should find it easily (it's at the Avisynth Development forum IIRC).
Reply With Quote
  #4  
12-07-2003, 06:38 PM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
And if you need the Sampler() for AVS 2.5 you can find it here:
www.incredible.de.tf/Downloads/Sampler-2.5.rar
Reply With Quote
  #5  
12-08-2003, 04:05 AM
Kelly Kelly is offline
Free Member
 
Join Date: Dec 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Cool thanks guys, but what i was looking for aswel was Legalclip()...
I've been everywhere I can think of to find it, but no luck
Reply With Quote
  #6  
12-08-2003, 04:12 AM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
As I know LegalClip() is in AVS 2.0x the same command like Limiter() in AVS 2.5x! So what AVS Version are you running?
Reply With Quote
  #7  
12-08-2003, 04:50 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 Kelly
Cool thanks guys, but what i was looking for aswel was Legalclip()...
I've been everywhere I can think of to find it, but no luck
Give a look at the end of page 3 of this thread :
http://www.kvcd.net/forum/viewtopic....r=asc&start=32

And live happy without LecalClip.
Reply With Quote
  #8  
12-08-2003, 11:57 AM
Kelly Kelly is offline
Free Member
 
Join Date: Dec 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Im running AVS 2.5, so i guess i use limiter()?
Sorry if im stupid, I only did my first KVCD encode last night, worked fairly well, but my cq was a 'lil small, moview is 2 hours 5 mins, fits on one cd with too much space left lol.
Here's script:

Code:
#======================================================#
# -= AviSynth script by MovieStacker v2.0.0 (beta3) =- #
#======================================================#

LoadPlugin("M:\KVCD Tools\filters2\MPEG2Dec.dll")
LoadPlugin("M:\KVCD Tools\filters2\GripFit_preview.dll")
LoadPlugin("M:\KVCD Tools\filters2\BlockBuster.dll")
LoadPlugin("M:\KVCD Tools\filters2\UnFilter.dll")
LoadPlugin("M:\KVCD Tools\filters2\STMedianFilter.dll")
LoadPlugin("M:\KVCD Tools\filters2\convolution3d.dll")
# LoadPlugin("M:\KVCD Tools\filters2\LegalClip.dll")

AviSource("H:\BURN_ME\movie.avi")
# LegalClip()
converttoyuy2()
GripCrop(352, 288, source_anamorphic=false)
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 8, 32)
Convolution3D (0, 6, 10, 6, 8, 2.8, 0)
UnFilter(50, 50)
TemporalSmoother(1, 2)
MergeChroma(blur(1.58))
MergeLuma(blur(0.2))
BlockBuster(method="noise", detail_min=1, detail_max=7, variance=1.0, seed=1)
GripBorders()
LetterBox(8, 8, 8, 8)
# LegalClip()
CQ was 70, and it made a 549mb file with audio... so im gonna up cq to 80, see what size i get...
Reply With Quote
  #9  
12-08-2003, 12:13 PM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
1. Sorry but this script to me seems freaky ... did you made it just by setting the filters in Moviestacker??
My recommendation:

Go and install AVS 2.53 then go to the thread where you can find Dialhots optimal scripts for AVI-sources (AVI section of this forum) .... the filter allocation in his scripts are "developed" so you'll obtain nice results.

2.
Quote:
CQ was 70, and it made a 549mb file with audio... so im gonna up cq to 80, see what size i get...
What prediction method did u use? TOK, CQ matic??
If TOK .. which settings in the prediction tab?

When manually rising the CQ do that with caution cause CQ isn't linear!
Reply With Quote
  #10  
12-08-2003, 12:31 PM
Kelly Kelly is offline
Free Member
 
Join Date: Dec 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
I just tried using tok, when i loaded the script it said it couldnt understand framerate of my movie :S.
What have i done wrong?
Reply With Quote
  #11  
12-08-2003, 03:09 PM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
I think that your source is a capture.

So add to the end of your script
Code:
AssumeFPS(25.000, true)
Resampleaudio(44100)
This helps
Reply With Quote
  #12  
12-08-2003, 03:38 PM
Kelly Kelly is offline
Free Member
 
Join Date: Dec 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Cool, well ive changed the script to the one on the optimal script thread.
And ive used cqmatic, doing x3 prediciotn its given me a cq of 85.02... and the picture quality, (when viewed through media player) is great... will encode it tonight and see what the finished vcd looks like tommorow.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
HCMatic: download link? Prodater64 Avisynth Scripting 2 10-07-2008 10:41 AM
SansGrip's filters download site SansGrip Avisynth Scripting 5 04-28-2004 03:53 PM
SansGrip Filters: Need working download link for gripfit_preview bahoiz Avisynth Scripting 2 12-27-2003 01:29 PM
Need a working link to sampler, SansGrip's filters Encoder Master Avisynth Scripting 4 12-06-2003 02:12 PM
KVCD: Sansgrip filters download? Paul0889 Video Encoding and Conversion 0 12-07-2002 05:07 PM

Thread Tools



 
All times are GMT -5. The time now is 02:02 PM  —  vBulletin © Jelsoft Enterprises Ltd