digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   SansGrip Filters: One hour and a half on a disc? (http://www.digitalfaq.com/archives/avisynth/2205-sansgrip-filters-hour.html)

rendalunit 01-17-2003 06:27 PM

SansGrip Filters: One hour and a half on a disc?
 
This is the time it is taking me to encode a 100 sec sample with fluxsmooth() in the script 8O When I comment it out, the time drops back down to five minutes. The source is DivX. This has happened a couple times- always with DivX. Never had any problems with DVD sources though.

any ideas?

kwag 01-17-2003 07:03 PM

Re: one hour and a half
 
Quote:

Originally Posted by rendalunit
This is the time it is taking me to encode a 100 sec sample with fluxsmooth() in the script 8O When I comment it out, the time drops back down to five minutes. The source is DivX. This has happened a couple times- always with DivX. Never had any problems with DVD sources though.

any ideas?

8O What's your script ren :?:

-kwag

rendalunit 01-17-2003 07:55 PM

hi kwag,

here's my script:
Code:

LoadPlugin("C:\encoding\MPEG2DEC2.dll")
LoadPlugin("C:\encoding\fluxsmooth.dll")
LoadPlugin("C:\encoding\blockbuster.dll")
LoadPlugin("C:\encoding\legalclip.dll")
LoadPlugin("C:\encoding\sampler.dll")

AviSource("D:\encoding\MOVIES\CD1.avi")+AviSource("D:\encoding\MOVIES\CD2.avi")
LegalClip()
BicubicResize(320,208,0,0.6,0,4,512,375)
#FluxSmooth()
Blockbuster(method="noise", variance=0.5, seed=1)
AddBorders(16,16,16,16)
LegalClip()

#Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##

The script as it is works fine but if I uncomment FluxSmooth() it's sloooooooooooooooooow!!!!! I thought my system had a virus :lol:

kwag 01-17-2003 08:02 PM

Now that's really weird 8O. Are you running the latest version of Flux, version 1.0 :?:

rendalunit 01-17-2003 08:07 PM

:lol: no, I'm running FluxSmooth version 0.2 :oops: :oops: :oops: I guess it's time to upgrade!

Daagar 01-17-2003 08:08 PM

I'll point out the obvious thing... you have Sampler() commented out, so 1.5hours isn't such a shock...

rendalunit 01-17-2003 08:27 PM

Daagar, that's because I'm encoding the movie right now. It took 90 minutes to encode ~3000 frames.

SansGrip 01-17-2003 09:16 PM

Quote:

Originally Posted by rendalunit
:lol: no, I'm running FluxSmooth version 0.2

Wow -- that one doesn't even have MMX optimizations :D. In fact, 0.2 had a very bad bug that caused incorrect results. You should notice an improvement in both speed and quality with 1.0 ;).


All times are GMT -5. The time now is 12:55 PM  —  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.