Quantcast Sansgrip Filters: one Hour and a Half on a Disc? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
01-17-2003, 07:27 PM
rendalunit rendalunit is offline
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?
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  
01-17-2003, 08:03 PM
kwag kwag is offline
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
Reply With Quote
  #3  
01-17-2003, 08:55 PM
rendalunit rendalunit is offline
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
Reply With Quote
  #4  
01-17-2003, 09:02 PM
kwag kwag is offline
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
Reply With Quote
  #5  
01-17-2003, 09:07 PM
rendalunit rendalunit is offline
Free Member
 
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
no, I'm running FluxSmooth version 0.2 I guess it's time to upgrade!
Reply With Quote
  #6  
01-17-2003, 09:08 PM
Daagar Daagar is offline
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...
Reply With Quote
  #7  
01-17-2003, 09:27 PM
rendalunit rendalunit is offline
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.
Reply With Quote
  #8  
01-17-2003, 10:16 PM
SansGrip SansGrip is offline
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 .
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
SansGrip Filters: SansGrip Is Back Thread! Jellygoose Avisynth Scripting 8 02-28-2003 04:57 AM
SansGrip Filters: Apply filters before resizing hachemoncourt Avisynth Scripting 26 02-07-2003 03:46 PM
SansGrip Filters: Small explanation needed about filters AgNa Avisynth Scripting 2 02-07-2003 12:25 PM
SansGrip Filters: Trying to find the GripFIt, GripCrop and GripSize filters Bud Avisynth Scripting 4 01-19-2003 06:40 PM
SansGrip Filters: Filters/settings for animation/anime akrein62 Avisynth Scripting 2 11-24-2002 01:39 AM




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