01-17-2003, 07:27 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
This is the time it is taking me to encode a 100 sec sample with fluxsmooth() in the script  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?
|
Someday, 12:01 PM
|
|
Site Staff / Ad Manager
|
|
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
|
|
|
01-17-2003, 08:03 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by rendalunit
This is the time it is taking me to encode a 100 sec sample with fluxsmooth() in the script  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?
|
 What's your script ren
-kwag
|
01-17-2003, 08:55 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
01-17-2003, 09:02 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Now that's really weird  . Are you running the latest version of Flux, version 1.0
|
01-17-2003, 09:07 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
01-17-2003, 09:08 PM
|
Free Member
|
|
Join Date: May 2002
Posts: 158
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I'll point out the obvious thing... you have Sampler() commented out, so 1.5hours isn't such a shock...
|
01-17-2003, 09:27 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Daagar, that's because I'm encoding the movie right now. It took 90 minutes to encode ~3000 frames.
|
01-17-2003, 10:16 PM
|
Free Member
|
|
Join Date: Nov 2002
Location: Ontario, Canada
Posts: 1,135
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by rendalunit
 no, I'm running FluxSmooth version 0.2
|
Wow -- that one doesn't even have MMX optimizations  . 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 06:15 AM — vBulletin © Jelsoft Enterprises Ltd
|