digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Two-disc conversion? strip down the avs? (http://www.digitalfaq.com/archives/avisynth/3845-avisynth-two-disc.html)

NoDRoGG 06-02-2003 07:12 AM

Avisynth: Two-disc conversion? strip down the avs?
 
What happens to the avisynth 2.0x script when I make a 2cd rip? (avg 60 minutes /cd)

Do I still need all of the filters or is it possible to get rid of some slowdowners without losing to much quality?

jorel 06-02-2003 08:41 AM

Re: 2cd rip - strip down the avs?
 
Quote:

Originally Posted by NoDRoGG
What happens to the avisynth 2.0x script when I make a 2cd rip? (avg 60 minutes /cd)

Do I still need all of the filters or is it possible to get rid of some slowdowners without losing to much quality?

hi NoDRoGG

in what "resize"?

more resize means less filters cos you will got more details.
:wink:

NoDRoGG 06-02-2003 09:05 AM

Hi Jorel,

I just meant the standard optimal script from Kwag for avisynth 2.08 in resolution 544x576. My source is always dvd.

My latest example:
Mpeg2Source("E:\Video\matrix\matrix.d2v")
LegalClip()
UnFilter(50, 50)
GripCrop(544, 576, dest_anamorphic=true)
GripSize(resizer="BicubicResize")
STMedianFilter(10, 30, 0, 0, 10, 30)
TemporalSmoother(1, 2)
MergeChroma(blur(1.5))
MergeLuma(blur(0.2))
GripBorders()
LegalClip()

When I make a 2 cd rip - will I need all of this filters or can I drop some to increase encoding speed without losing quality? (or increase quality!?)

Thank you in advance.

telemike 06-02-2003 11:17 AM

Code:

TemporalSmoother(1, 2)
MergeChroma(blur(1.5))
MergeLuma(blur(0.2))

Take these out and your time should drop by 1/3 -1/2


==================

This is what I use:

Code:

GripCrop(480,480)
GripSize(resizer="bilinear")
SpaceDust()
TemporalCleaner()
GripBorders()


Racer99 06-02-2003 11:57 AM

NoDRoGG,

For a comparison of filter times, check out this thread.

http://www.kvcd.net/forum/viewtopic.php?t=4203

Racer99


All times are GMT -5. The time now is 06:08 AM  —  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.