Quantcast Sansgrip Filters: Blockbuster Question - digitalFAQ.com Forums [Archives]
  #1  
12-22-2002, 12:20 PM
gonzopdx gonzopdx is offline
Free Member
 
Join Date: Dec 2002
Location: Corvallis, OR
Posts: 86
Thanks: 0
Thanked 0 Times in 0 Posts
A quickie..

When using
Code:
BB_Resolution = 352 * 480

BB_StrengthConstant = 352 * 240 * 20
StrengthValue = round(BB_StrengthConstant / BB_Resolution)

BlockBuster(method="noise", detail_min=1, detail_max=10, variance=1, cache=1024)
BlockBuster(method="sharpen", detail_min=20, detail_max=90, strength=StrengthValue)
for BlockBuster, do I want BB_Resolution to be the resolution that the movie WILL be encoded at (ie: 352x480), or the resolution that AviSynth is feeding to TMPGEnc after AviSynth cropping and before TMPGEnc resizing (ie: 480x279 or whatnot)..?

I'm assuming the latter (resolution of the image being sent to TMPGEnc) as this makes more sense.. but I just wanted to double check =)

Thanks!
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  
12-22-2002, 12:28 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 grivad
do I want BB_Resolution to be the resolution that the movie WILL be encoded at (ie: 352x480)
I believe this is the right one.
Reply With Quote
  #3  
12-22-2002, 12:30 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
...which raises an interesting point. When using TMPGEnc resizing you're significantly altering the noise added by Blockbuster, because it should really be used after the resize.
Reply With Quote
  #4  
12-22-2002, 02:04 PM
gonzopdx gonzopdx is offline
Free Member
 
Join Date: Dec 2002
Location: Corvallis, OR
Posts: 86
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by SansGrip
...which raises an interesting point. When using TMPGEnc resizing you're significantly altering the noise added by Blockbuster, because it should really be used after the resize.
Hmm, so I should resize in the .avs first, apply BlockBuster, then just use Center for the video arrangement in TMPGEnc.. got it. I thought that the resizers in AviSynth were better though, so the resulting file size is bigger..?

As far as BlockBuster goes, I guess I don't understand how the filter works completely then.. why would you want to use the resolution the TMPGEnc is encoding at? Wouldn't that be irrelevant as far as the image the filter works with is concerned?

The way I understand it, the frameserver (AviSynth) is applying the filters before it even gets to TMPGEnc, so why would you use the end/encoded resolution instead of the resolution of the image it (AviSynth) is actually working with?

Again, maybe I just don't understand how it works.. please explain the logic =)

In the meantime, I am going to try simply using
Code:
BlockBuster(method="noise", detail_min=1, detail_max=10, variance=1, cache=1024)
All by its lonesome to see what kinds of results I get. Or would I be better off using the sharpening as well?

Thanks again for all your help -- much appreciated
Reply With Quote
  #5  
12-22-2002, 02:25 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 grivad
In the meantime, I am going to try simply using
Code:
BlockBuster(method="noise", detail_min=1, detail_max=10, variance=1, cache=1024)
All by its lonesome to see what kinds of results I get. Or would I be better off using the sharpening as well?
You can now use:
Code:
BlockBuster(method="noise", variance=1, seed=1 )
Because the default min and max you used are already the default values. Also you don't need to use the "cache=1024". There were some bugs related to that, and SansGrip fixed them.
Check the docs on the latest version of Blockbuster.

-kwag
Reply With Quote
  #6  
12-22-2002, 03:57 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 grivad
why would you want to use the resolution the TMPGEnc is encoding at? Wouldn't that be irrelevant as far as the image the filter works with is concerned?
I believe the whole BB_Resolution thing only applies to the sharpen method. It's kwag's (very clever) way of varying the strength of the sharpen according to the resolution. Blockbuster knows nothing of BB_Resolution -- the only thing it cares about is the value you give the "strength" parameter.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
SansGrip Filters: Blockbuster Questions PyRoMaNiA Avisynth Scripting 10 03-26-2003 04:29 PM
SansGrip Filters: Blockbuster serrabastien Avisynth Scripting 1 02-14-2003 09:36 AM
SansGrip Filters: Blockbuster Question Reno Avisynth Scripting 1 02-12-2003 01:17 AM
SansGrip Filters: Blockbuster only syk2c11 Avisynth Scripting 10 12-11-2002 01:19 PM
SansGrip Filters: Blockbuster + Nomosmooth filters syk2c11 Avisynth Scripting 2 11-18-2002 02:29 PM

Thread Tools



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