digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: CCE encoding Speed? (http://www.digitalfaq.com/archives/avisynth/7438-avisynth-cce-encoding.html)

Omega 12-31-2003 09:09 AM

Avisynth: CCE encoding Speed?
 
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()
----------------------------------------

incredible 12-31-2003 10:15 AM

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. :arrow: 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?

Omega 12-31-2003 11:34 AM

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. :arrow: 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

incredible 12-31-2003 12:00 PM

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

Omega 12-31-2003 12:04 PM

OK, I'll try other Xvid optimal scripts.

Ein glückliches neues Jahr wünsche ich dir :)

incredible 12-31-2003 12:58 PM

Dir auch! Happy new year! :)


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

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.