digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: General avs script (http://www.digitalfaq.com/archives/avisynth/2677-avisynth-general-avs.html)

TCC 02-18-2003 05:14 PM

General avs script
 
Hello

I'm fairly new to this and just finsihed doing my 1st DVD2KVCD movie and love the outcome :D But would like to get the picture as sharp as possible. This is the script that I used:

LoadPlugin("C:\WINDOWS\Desktop\VCD Filters\MPEG2DEC.dll")
LoadPlugin("C:\WINDOWS\Desktop\VCD Filters\LegalClip.dll")
LoadPlugin("C:\WINDOWS\Desktop\VCD Filters\Sampler.dll")
LoadPlugin("C:\WINDOWS\Desktop\VCD Filters\DustV5.dll")
LoadPlugin("C:\WINDOWS\Desktop\VCD Filters\TemporalCleanerOld.dll")
LoadPlugin("C:\WINDOWS\Desktop\VCD Filters\GripFit_preview.dll")
LoadPlugin("C:\WINDOWS\Desktop\VCD Filters\DecombLegacy.dll")

mpeg2source("D:\kvcd.d2v")

LegalClip()
GripCrop(528, 480, overscan=2)
GripSize()
SpaceDust()
TemporalCleaner()
LegalClip()
#Sampler(length=24)


I was wondering if someone could edit the script so that I could get the best video quality/sharpness out of my conversions.

Also, could I use that script as a "do all" script for other formats (i.e. AVIs, DiVix, mpegs, wmv, etc)? I basically want to have a "generic" script that'll do everything and not have to play around with it too much.

I read on a post that Faerydust is the best filter for sharpness. Is that true?

Where can I get all these filters from?

Thanks

rendalunit 02-18-2003 06:19 PM

how about this:

mpeg2source("D:\kvcd.d2v")

LegalClip()
GripCrop(528, 480, overscan=2)
GripSize(sizer="lanczos")
FaeryDust()
TemporalSmoother(1,2)
GripBorders()
LegalClip()
#Sampler(length=24)


You could also add sharpen filters like
BlockBuster(method="sharpen")

Quote:

Originally Posted by TCC
Also, could I use that script as a "do all" script for other formats (i.e. AVIs, DiVix, mpegs, wmv, etc)? I basically want to have a "generic" script that'll do everything and not have to play around with it too much.

I use a generic script (shell.avs) that I use for everything. First I open the .d2v or .avi with FitCD and copy and paste the source, resize, and addborders lines to shell.avs. The filters I don't use I just comment out with #. You might want to check out AviSynthesizer though- it makes the scripts very easily :D

TCC 02-18-2003 08:52 PM

Thanks I'll give the above script a try..

How do you use AviSynthesizer?

And where would I find ALL of the filters?

Thanks.

rendalunit 02-18-2003 08:59 PM

AviSynthesizer is here

and the filter links are here

kwag 02-18-2003 09:45 PM

Quote:

Originally Posted by TCC

And where would I find ALL of the filters?

All the filters are included in the AviSynthesizer package :D

-kwag

TCC 02-18-2003 11:17 PM

Re: the filters

Does DustV5 have these fileters imbedded in it (PixelDust, SpaceDust, FaeryDust & GoldDust)?

If so, to make them active I just put FaeryDust (), etc in my avs script and it will be executed?

Darn, download site for AviSynthesizer is down at the moment. What's the latest version?

Where is there a how-to to use it??

Thanks

kwag 02-18-2003 11:27 PM

Quote:

Originally Posted by TCC
Re: the filters

Does DustV5 have these fileters imbedded in it (PixelDust, SpaceDust, FaeryDust & GoldDust)?

Yes. :)
Quote:


If so, to make them active I just put FaeryDust (), etc in my avs script and it will be executed?
Yes. :D
Quote:


Darn, download site for AviSynthesizer is down at the moment. What's the latest version?
18/02/2003 Release A

-kwag


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