Quantcast Sansgrip Filters: Blockbuster/Fluxsmooth Problem - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
11-22-2002, 09:03 PM
Yoda Yoda is offline
Free Member
 
Join Date: Apr 2002
Posts: 172
Thanks: 0
Thanked 0 Times in 0 Posts
@sansgrip
I think I've found a problem with one or both. As far as I can tell they seem to be doing as advertised, however after a while I think blockbuster is adding too much noise. Is it cumulative? because I start getting more and more noise as the movie progresses. I say this because I haven't had this problem until I started using fluxsmooth and blockbuster. I have a panasonic dvd player. rv26 model. Here's the script I'm using.

FluxSmooth()

######## Auto Strength, proportional strength depending on resolution #####
## Remove only one "#" on front of the resolution that matches your encoding.


BB_Resolution = 352*240
#BB_Resolution = 352*480
#BB_Resolution = 528*480
#BB_Resolution = 544*480
#BB_Resolution = 704*480

BB_StrengthConstant = 352 * 240 * 20 # Base strength
StrengthValue = round (BB_StrengthConstant / BB_Resolution)
Blockbuster( method="noise", detail_min=1, detail_max=10, variance=1 ) # Apply noise if complexity is <= 10%.
Blockbuster( method="sharpen", detail_min=20, detail_max=90, strength=StrengthValue) # Sharpen only if complexity is >= 20% AND <=90%.


-Yoda
__________________
May the code force be with you
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  
11-22-2002, 09:24 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 Yoda
I think I've found a problem with one or both. As far as I can tell they seem to be doing as advertised, however after a while I think blockbuster is adding too much noise. Is it cumulative?
Sorry to hear you're having problems. No, the noise isn't cumulative. It should add the same amount to every frame in the movie (depending on the detail level of the frame, of course).

Are you using the latest versions of both (0.3 for Flux and 0.5 for Blockbuster)?

Quote:
Originally Posted by Yoda
I start getting more and more noise as the movie progresses.
That's very strange. Could you post a few screenshots that show the difference in amount of noise?
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
SansGrip Filters: FluxSmooth 1.1a released SansGrip Avisynth Scripting 21 08-05-2004 04:04 PM
SansGrip Filters: New fluxsmooth ak47 Avisynth Scripting 8 07-26-2004 05:10 PM
SansGrip Filters: FluxSmooth SansGrip Avisynth Scripting 77 01-10-2003 07:57 AM
blockbuster and fluxsmooth filters not working? Anonymous Avisynth Scripting 2 12-29-2002 12:25 PM
SansGrip Filters: FluxSmooth AND NomoSmooth ? Jellygoose Avisynth Scripting 4 11-24-2002 05:12 PM




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