@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
|