Quantcast Avisynth: Two-Disc Conversion? Strip Down the AVS? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
06-02-2003, 07:12 AM
NoDRoGG NoDRoGG is offline
Free Member
 
Join Date: Feb 2003
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
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?
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  
06-02-2003, 08:41 AM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #3  
06-02-2003, 09:05 AM
NoDRoGG NoDRoGG is offline
Free Member
 
Join Date: Feb 2003
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #4  
06-02-2003, 11:17 AM
telemike telemike is offline
Free Member
 
Join Date: Jan 2003
Location: Greensboro, NC
Posts: 214
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to telemike
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()
Reply With Quote
  #5  
06-02-2003, 11:57 AM
Racer99 Racer99 is offline
Free Member
 
Join Date: Sep 2002
Location: Massachusetts
Posts: 119
Thanks: 0
Thanked 0 Times in 0 Posts
NoDRoGG,

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

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

Racer99
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Holographic Versatile Disc - 1 terabyte on a single disc! Prodater64 Computers 3 10-29-2005 08:55 PM
KVCD: GREEN strip on the right side of screen? spolik Video Encoding and Conversion 6 07-10-2005 10:58 AM
Easy Way to CONVERT two-DISc VCD/SVCD TO one-DISc KVCD? DerekBarton Video Encoding and Conversion 5 09-17-2003 11:05 PM
KVCD Guide: Encoding/transcoding a 2-Disc SVCD to a single disc Avalon Video Encoding and Conversion 11 08-14-2003 05:02 PM
AviSynth 2.52 Scripting for 5 episodes per disc? SodGawd Avisynth Scripting 9 08-03-2003 08:30 PM




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