Quantcast Avisynth: General AVS Script - digitalFAQ.com Forums [Archives]
  #1  
02-18-2003, 05:14 PM
TCC TCC is offline
Free Member
 
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
Hello

I'm fairly new to this and just finsihed doing my 1st DVD2KVCD movie and love the outcome 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
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  
02-18-2003, 06:19 PM
rendalunit rendalunit is offline
Free Member
 
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #3  
02-18-2003, 08:52 PM
TCC TCC is offline
Free Member
 
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks I'll give the above script a try..

How do you use AviSynthesizer?

And where would I find ALL of the filters?

Thanks.
Reply With Quote
  #4  
02-18-2003, 08:59 PM
rendalunit rendalunit is offline
Free Member
 
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
AviSynthesizer is here

and the filter links are here
Reply With Quote
  #5  
02-18-2003, 09:45 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
Quote:
Originally Posted by TCC

And where would I find ALL of the filters?
All the filters are included in the AviSynthesizer package

-kwag
Reply With Quote
  #6  
02-18-2003, 11:17 PM
TCC TCC is offline
Free Member
 
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #7  
02-18-2003, 11:27 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
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.
Quote:

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

-kwag
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
First KDVD - sampler, aspect ratio, general problems ZoMBiE Video Encoding and Conversion 17 05-04-2005 09:08 AM
General question on resolution KVCDx2 PLUS jbirdg Video Encoding and Conversion 1 10-14-2003 12:50 PM
KVCD: Is there a general Intro to all things video?? miksmith Video Encoding and Conversion 4 07-21-2003 04:56 AM
General Questions about DVD Authoring and Converting Jack Authoring VCD, DVD, Blu-ray 1 05-13-2003 11:35 AM
KVCD plus templates as General Purpose? jmjarvis Video Encoding and Conversion 3 07-29-2002 06:39 PM

Thread Tools



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