Quantcast Avisynth: CCE Encoding Speed? - digitalFAQ.com Forums [Archives]
  #1  
12-31-2003, 09:09 AM
Omega Omega is offline
Free Member
 
Join Date: Apr 2002
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Hi all

Below is my avs script, I have AviSynth 2.5.3 and CCE 2.67, source has a res of 640x272, computer is a Pentium 4 2.8 Ghz, I get speed of 0.17 in CCE, quite slow, is it normal ? Anyway to optimize it ?

Thanks

Omega

-------------------------------------
LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1.5PL\Mpeg 2dec\MPEG2DEC.dll")
AVISource("E:\Vob\$Done\MYAVI.AVI",False)
ConvertToYUY2()
Limiter()
GripCrop(720, 480, overscan=2, source_anamorphic=true)
GripSize(resizer="BicubicResize")
Levels(0,1.85,255,0,255)
PixieDust(limit=5)
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(1.5))
MergeLuma(blur(0.1))
GripBorders()
Limiter()
AddAudio()
----------------------------------------
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  
12-31-2003, 10:15 AM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
There he is:

PixieDust(limit=5)

Nice, one of the bests BUT SLOW!!! When performing on full size images (and even on lower sizes).
This is an avs 2.0x plugin, so you should change to an avs 2.5x one.

Whats your source? As you convert to YUY2() I assume you deal with a Dvix/Xvid ??? If yes, look for the optimal AVI scripts in here as they do perform much fatser than yours and where's no colorspace conversion needed in case of Xvid/Dvix sources. much more speed!

EDIT: I'm not shure but does all this result from DVD2SVCD???
So your Source seems to be a DVD?? Is a such heavy filtering really needed?
Reply With Quote
  #3  
12-31-2003, 11:34 AM
Omega Omega is offline
Free Member
 
Join Date: Apr 2002
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by incredible
Whats your source? As you convert to YUY2() I assume you deal with a Dvix/Xvid ??? If yes, look for the optimal AVI scripts in here as they do perform much fatser than yours and where's no colorspace conversion needed in case of Xvid/Dvix sources. much more speed!

EDIT: I'm not shure but does all this result from DVD2SVCD???
So your Source seems to be a DVD?? Is a such heavy filtering really needed?
Yes, you're right, the source is Divx/XVid and I use DVD2SVCD to convert.

I've tried the optimal script here but the result is not as smooth compare to PixieDust.

Is there a AviSynth 2.5 version of PixieDust ?

Omega
Reply With Quote
  #4  
12-31-2003, 12:00 PM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
No there isn't.

But there do exist diff. versions of the optimal xvid scripts, ...
Give them all a try and do preview your avs using vdub or zoomplayer before encoding
Reply With Quote
  #5  
12-31-2003, 12:04 PM
Omega Omega is offline
Free Member
 
Join Date: Apr 2002
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
OK, I'll try other Xvid optimal scripts.

Ein glückliches neues Jahr wünsche ich dir
Reply With Quote
  #6  
12-31-2003, 12:58 PM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
Dir auch! Happy new year!
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: Way to measure filter speed? supermule Avisynth Scripting 8 04-05-2006 04:25 AM
Burning at low speed vs. high speed LeeKuid Blank Media / Burning Discs 11 12-07-2004 11:46 AM
Avisynth: Script speed up possible? Mental Avisynth Scripting 18 10-27-2004 06:21 AM
Avisynth: Speed comparison shibumi Avisynth Scripting 7 05-10-2004 08:14 AM
Avisynth: Don't add borders to increase speed ? phibertron Avisynth Scripting 7 05-29-2003 10:47 PM

Thread Tools



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