digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   KVCD: Please confirm avisynth script... (http://www.digitalfaq.com/archives/avisynth/2685-kvcd-confirm-avisynth.html)

big 02-18-2003 09:58 PM

KVCD: Please confirm avisynth script...
 
i am using that script for kvcdx3 with cq of 60...does it seem ok for you pros of kvcd...

LoadPlugin("C:\Program Files\NimoCodec Pack\Mpeg2dec\Mpeg2dec.dll")
LoadPlugin("C:\Documents and Settings\MichelD\Mes documents\Programmes\GripFit_preview_0.0c\GripFit_ Preview.dll")
LoadPlugin("C:\Documents and Settings\MichelD\Mes documents\Programmes\Blockbuster-0.7\Blockbuster.dll")
LoadPlugin("C:\Documents and Settings\MichelD\Mes documents\Programmes\FluxSmooth-1.0\FluxSmooth.dll")
LoadPlugin("C:\Documents and Settings\MichelD\Mes documents\Programmes\LegalClip-0.2\LegalClip.dll")
LoadPlugin("C:\Documents and Settings\MichelD\Mes documents\Programmes\Sampler-0.2a\Sampler.dll")
LoadPlugin("C:\Documents and Settings\MichelD\Mes documents\Programmes\DustV5\DustV5.dll")
LoadPlugin("C:\Documents and Settings\MichelD\Mes documents\Programmes\TemporalCleaner\TemporalClean er.dll")

avisource("C:\Documents and Settings\MichelD\Mes documents\Films\Lilo.Et.Stitch.FRENCH.DVDRiP.DiVX-Ulysse.avi")
ConvertToYUY2()
LegalClip()
GripCrop( width=528, height=480, overscan=2)
GripSize()
SpaceDust()
Fluxsmooth()
TemporalCleaner()
Blockbuster(method="noise", variance=.4, seed=1)
GripBorders()
LegalClip()
#Sampler(length=24)

kwag 02-18-2003 10:02 PM

That looks right big :D
You can remove the Blockbuster(method="noise", variance=.4, seed=1) line, as it doesn't really help on that resolution.

-kwag

big 02-19-2003 05:46 AM

a
 
thanks...

Perfect Cell 02-19-2003 09:57 AM

LoadPlugin("C:\Documents and Settings\MichelD\Mes documents\Programmes\TemporalCleaner\TemporalClean er.dll") :?: :?:

In this the right plugin? I ever use the temporalcleanerold.dll in my scripts... :?:

kwag 02-19-2003 11:08 AM

Quote:

Originally Posted by Perfect Cell
LoadPlugin("C:\Documents and Settings\MichelD\Mes documents\Programmes\TemporalCleaner\TemporalClean er.dll") :?: :?:

In this the right plugin? I ever use the temporalcleanerold.dll in my scripts... :?:

The temporalcleanerold.dll (Legacy dll) is for avisynth 2.0x and temporalcleaner.dll is for avisynth 2.5 :wink:

-kwag


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

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.