Quantcast Avisynth: Fluxsmooth+Blockbuster Quality Problem - digitalFAQ.com Forums [Archives]
  #1  
11-25-2002, 01:16 AM
Sergeiv Sergeiv is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Monterrey Mexico
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Hi,

In several attemps to encode a movie with LBR template and using BB and Flux filters, the result had too many mosquito noise in high contrast areas, thing that never happened when I used the temporalsmooth filter alone in the same resolution (in the same kind of source), the source is a TV capture. Here is my script:

LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec .dll")
LoadPlugin("C:\Program Files\DVD2SVCD\InverseTelecine\Donald Graft\decomb.dll")
LoadPlugin("C:\Program Files\DVD2SVCD\Fluxsmooth\Fluxsmooth.dll")
LoadPlugin("C:\Program Files\DVD2SVCD\Blockbuster\Blockbuster.dll")
LoadPlugin("C:\Program Files\DVD2SVCD\LegalClip\LegalClip.dll")
SegmentedAviSource("D:\captura.00.avi")
#
ConvertToYUY2()
#
LegalClip()
#
fielddeinterlace(blend=false)
BilinearResize(336,240,8,0,336,480)
#
FluxSmooth(temporal_threshold=7, spatial_threshold=7)
#
# ------ 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 = 704x480
#
BB_StrengthConstant = 352 * 240 * 20 # Base strength
StrengthValue = round(BB_StrengthConstant / BB_Resolution)
Blockbuster( method="noise", detail_min=1, detail_max=10, variance=1 )
Blockbuster( method="sharpen", detail_min=20, detail_max=90, strength=StrengthValue )
#
# -------------------- End Auto Strength ----------------
AddBorders(8,0,8,16)
LegalClip()
ConvertToRGB24()

Is there anything that Im doing wrong with my script THX!!
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-25-2002, 05:11 PM
muaddib muaddib is offline
Free Member
 
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
I have noticed that too.
But my source is DVD Rip and I'm using 352x480 resolution.
Some parts are great, but others have many (many) mosquitos.
I think the reason could be we are applying too much sharp...
The scenes are not high action, but I noticed that it most occurred with scenes that have white and bright backgrounds.
Hey kwag, did you try the filters with a resolution above 352x240?
Reply With Quote
  #3  
11-25-2002, 11:37 PM
Sergeiv Sergeiv is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Monterrey Mexico
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
This effect also happens in the lobby scene of The Matrix, lots of mosquito noise around the policemans white shirts and in the green marble of the floor... It is far better to me in this scene, for example, the Temporalsmoother+unfilter conbination

Any suggestion ??
Reply With Quote
  #4  
11-26-2002, 01:22 AM
vico1 vico1 is offline
Free Member
 
Join Date: Sep 2002
Location: USA
Posts: 103
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Sergeiv
This effect also happens in the lobby scene of The Matrix
Happens to my copy of Matrix too, and I get a lot of ringing in that scene also.
A REAL bad one, is the one where Neo sez: "Guns..lots of guns" scene,
and they all slide out and he talks to Trinity.





***************************************
They can put a man on the moon,
but they still can`t put a tin pan in a microwave.......UNKNOWN
Reply With Quote
  #5  
11-27-2002, 02:39 PM
vico1 vico1 is offline
Free Member
 
Join Date: Sep 2002
Location: USA
Posts: 103
Thanks: 0
Thanked 0 Times in 0 Posts
Another observation....
When I use "Motion estimate search" instead of "Highest quality" on
tests of those scenes, there is a noticeable drop in ringing AND artifacts,
in those scenes....Hmmmm....strange!...





***************************************
They can put a man on the moon,
but they still can`t put a tin pan in a microwave.......UNKNOWN
Reply With Quote
  #6  
11-27-2002, 02:59 PM
Sergeiv Sergeiv is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Monterrey Mexico
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
mmmmmmmm I will try... Kwag, Sansgrip or anther expert need your opinion or advice
Reply With Quote
  #7  
11-27-2002, 04:02 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 Sergeiv
mmmmmmmm I will try... Kwag, Sansgrip or anther expert need your opinion or advice
We're currently working on ways to reduce mosquito noise, but what might work for the moment is reducing the amount of noise you add to the clip. It'll make the DCT blocks more visible, but it should also reduce the mosquito noise. I'm afraid at the moment we can't get rid of both .
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
KVCD: BlockBuster.dll problem I-dunno Avisynth Scripting 8 11-07-2003 07:04 AM
Avisynth: Best quality script for 352x240 Bad quality movies!? gq Avisynth Scripting 4 05-29-2003 05:43 AM
blockbuster and fluxsmooth filters not working? Anonymous Avisynth Scripting 2 12-29-2002 12:25 PM
KVCD: Blockbuster and FluxSmooth with AVI? n00b saibot Video Encoding and Conversion 6 12-08-2002 04:11 AM
SansGrip Filters: Blockbuster/fluxsmooth problem Yoda Avisynth Scripting 1 11-22-2002 09:24 PM

Thread Tools



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