digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   KVCD: Download link for Sansgrip filters? (http://www.digitalfaq.com/archives/avisynth/7048-kvcd-download-link.html)

Kelly 12-07-2003 05:11 PM

KVCD: Download link for Sansgrip filters?
 
Hi, has anyone got a download link to the Sansgrip filters. The website is currently down. :(
Broken Link

kwag 12-07-2003 05:16 PM

It's not the website. Sansgrip's directory is gone :!: :(
http://www.jungleweb.net is up

-kwag

Boulder 12-07-2003 06:16 PM

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).

incredible 12-07-2003 06:38 PM

And if you need the Sampler() for AVS 2.5 you can find it here:
www.incredible.de.tf/Downloads/Sampler-2.5.rar

Kelly 12-08-2003 04:05 AM

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 :(

incredible 12-08-2003 04:12 AM

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?

Dialhot 12-08-2003 04:50 AM

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.

Kelly 12-08-2003 11:57 AM

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...

incredible 12-08-2003 12:13 PM

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 :arrow: 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!

Kelly 12-08-2003 12:31 PM

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?

incredible 12-08-2003 03:09 PM

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

Kelly 12-08-2003 03:38 PM

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.


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