digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   SansGrip Filters: Blockbuster Correct Useage?? (http://www.digitalfaq.com/archives/avisynth/2103-sansgrip-filters-blockbuster.html)

TLTw 01-11-2003 07:53 AM

Blockbuster Correct Useage??
 
I find when I use BlockBuster, I get a white grid over the image, that obviously goes to the areas that BlockBuster has decided to work on. I looked through the html help file that came with the filter, and found there is a Show method, however im not including it in my script,

LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec .dll")
mpeg2source("C:\PROGRA~1\DVD2SVCD\TEMP\preview.d2v ")
BilinearResize(720,576)
AddBorders(0,0,0,0)
LoadPlugin("D:\DigitalVideoStuff\avs filters\Blockbuster.dll")
Blockbuster()
Blockbuster( method="sharpen", detail_min=20, detail_max=90,strength=20 )
LoadPlugin("D:\DigitalVideoStuff\avs filters\NoMoSmooth.dll")
NoMoSmooth()
Trim(2,2)
ConvertToRGB

what am i doing wrong? :roll: , I have a screenshot but no web space yet :(

thanks for the time...

SansGrip 01-11-2003 09:44 AM

Re: Blockbuster Correct Useage??
 
Quote:

Originally Posted by TLTw
I find when I use BlockBuster, I get a white grid over the image

I think the culprit is the "sharpen" line. Try using method="noise" instead.


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

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.