![]() |
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? |
Re: 2cd rip - strip down the avs?
Quote:
in what "resize"? more resize means less filters cos you will got more details. :wink: |
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. |
Code:
TemporalSmoother(1, 2) ================== This is what I use: Code:
GripCrop(480,480) |
NoDRoGG,
For a comparison of filter times, check out this thread. http://www.kvcd.net/forum/viewtopic.php?t=4203 Racer99 |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.