Quantcast Avisynth: Short Review of Blockbuster/Faerydust Encode - digitalFAQ.com Forums [Archives]
  #1  
01-17-2003, 03:01 PM
Reno Reno is offline
Free Member
 
Join Date: Nov 2002
Location: Sunny California
Posts: 242
Thanks: 0
Thanked 0 Times in 0 Posts
AWESOME!!
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  
01-17-2003, 03:02 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
Reply With Quote
  #3  
01-17-2003, 03:03 PM
Reno Reno is offline
Free Member
 
Join Date: Nov 2002
Location: Sunny California
Posts: 242
Thanks: 0
Thanked 0 Times in 0 Posts
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??
Reply With Quote
  #4  
01-17-2003, 03:20 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 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 .
Reply With Quote
  #5  
01-17-2003, 03:49 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
Hi Reno,
Try something like this:

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

-kwag
Reply With Quote
  #6  
01-20-2003, 02:33 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
Quote:
Originally Posted by kwag
Hi Reno,
Try something like this:

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 )
Reply With Quote
  #7  
01-20-2003, 03:18 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
You're right muaddib
I'm fixing that page right now.

Thanks,
-kwag
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: Blockbuster? Shibblet Avisynth Scripting 1 12-12-2004 09:40 PM
Avisynth: Time For A Review of my Script Bud Avisynth Scripting 1 10-11-2003 02:30 PM
How to make short sample video to see quality of Avisynth script? MenderOne Avisynth Scripting 3 05-21-2003 01:02 AM
Avisynth: FaeryDust filter is a time bandit! ozjeff99 Avisynth Scripting 12 05-19-2003 02:58 AM
Avisynth: XP crashes on FaeryDust and Convolution3D? hachemoncourt Avisynth Scripting 8 01-30-2003 06:03 PM

Thread Tools



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