digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   blockbuster and fluxsmooth filters not working? (http://www.digitalfaq.com/archives/avisynth/1957-blockbuster-fluxsmooth-filters.html)

Anonymous 12-29-2002 02:51 AM

blockbuster and fluxsmooth filters not working?
 
Managed to add filters i.e. blockbust and fluxsmooth and done a quick sample test. The quality was excellent. Went to encoded the whole film and it looked like there was no filters what so ever. I used the same avs script both times and done everthing exactly the same but the film came out crap. Can anyone help?

kwag 12-29-2002 11:17 AM

Re: short lived success
 
Quote:

Originally Posted by yelever
Managed to add filters i.e. blockbust and fluxsmooth and done a quick sample test. The quality was excellent. Went to encoded the whole film and it looked like there was no filters what so ever. I used the same avs script both times and done everthing exactly the same but the film came out crap. Can anyone help?

That doesn't make sense if your sample looked excelent 8O
What did you remove after you coded your sample :?:

-kwag

Anonymous 12-29-2002 11:25 AM

Nothing at all. Done everything the same as the sample and now it looks like theres no filters added. The original file is avi, approx 2 hours 40 mins long so used the 180min template. This is the script I used

AviSource("E:\Films\harry2cd1.avi")
LoadPlugin("e:\filters\blockbuster.dll")
BB_Resolution = 352*240
BB_StrengthConstant = 352 * 240 * 20
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)


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

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