digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Short review of Blockbuster/Faerydust encode (http://www.digitalfaq.com/archives/avisynth/2195-avisynth-short-review.html)

Reno 01-17-2003 03:01 PM

Avisynth: Short review of Blockbuster/Faerydust encode
 
AWESOME!!

kwag 01-17-2003 03:02 PM

:mrgreen:

Reno 01-17-2003 03:03 PM

Now, is there anything else you guys recommend?

My script (so far) is:
--------------------------------------------------------------------------------------
LoadPlugin("C:\Program Files\Fit CD and Avisynth Filters\Blockbuster.dll")
LoadPlugin("C:\Program Files\Fit CD and Avisynth Filters\DustV4.dll")
AVIsource("C:\Documents and Settings\Steve\Desktop\The Others.avi")
Converttoyuy2

Blockbuster( method="noise", variance=.5, seed=1 )

Faerydust()
--------------------------------------------------------------------------------------

As you can see, not much going on here, compared to the scripts I've seen. Anything else I should consider??

SansGrip 01-17-2003 03:20 PM

Quote:

Originally Posted by Reno
Blockbuster( method="noise", variance=.5, seed=1 )
Faerydust()

If you want to use Blockbuster you should run it after FaeryDust. What's happening in this script is that Blockbuster is adding noise then FaeryDust is taking it away again ;).

kwag 01-17-2003 03:49 PM

Hi Reno,
Try something like this: :wink:

Code:

legalclip()
GripCrop( 352, 240, overscan=1 )
GripSize()
Gripborders()
faerydust()
Convolution3d(preset="movieLQ")
legalclip()


-kwag

muaddib 01-20-2003 02:33 PM

Quote:

Originally Posted by kwag
Hi Reno,
Try something like this: :wink:

Code:

legalclip()
GripCrop( 352, 240, overscan=1 )
GripSize()
Gripborders()
faerydust()
Convolution3d(preset="movieLQ")
legalclip()


-kwag

Hi kwag!
I saw this script in the "what's happening" area...
IMHO, it would be better if it's like this:

legalclip()
GripCrop( 352, 240, overscan=1 )
GripSize()
faerydust()
Convolution3d(preset="movieLQ")
Gripborders()
legalclip()

Because there is no need to apply C3D and Dust to the borders.
(and this way it should be quicker :wink: )

kwag 01-20-2003 03:18 PM

You're right muaddib :D
I'm fixing that page right now.

Thanks,
-kwag


All times are GMT -5. The time now is 05:03 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.