Quantcast Avisynth - How to Load Filter? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
11-16-2002, 04:27 PM
Paul0889 Paul0889 is offline
Free Member
 
Join Date: Nov 2002
Posts: 102
Thanks: 0
Thanked 0 Times in 0 Posts
I'm very sorry for asking SO MANY question but i just have this one last one. How do you load other plugins into fit cd for the avs file? When i did it and tried to open it in TMPG, it wouldn't open
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-16-2002, 05:07 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
Look at the first three lines of my .avs script as a sample.
See that I load the plugins from my c:\encoding directory

Here's the script:

LoadPlugin("C:\encoding\MPEG2DEC.dll")
LoadPlugin("C:\encoding\nomosmooth.dll")
LoadPlugin("C:\encoding\blockbuster.dll")

mpeg2source("K:\TEST\VIDEO_TS\movie.d2v")

BilinearResize(336,192,45,0,630,480)

NoMoSmooth()

######## 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 = 704*480

BB_StrengthConstant = 352 * 240 * 20 # Base strength
StrengthValue = round (BB_StrengthConstant / BB_Resolution)
Blockbuster( method="noise", detail_min=1, detail_max=10, lv=1 ) # Apply noise if complexity is <= 10%.
Blockbuster( method="sharpen", detail_min=20, detail_max=90, strength=StrengthValue) # Sharpen only if complexity is >= 20% AND <=90%.

# The last ~10% is left untouched (pass-through), to avoid sharpening highest frequency components ( Peak artifacts, sharpest edge, etc. )
##
################## End Auto Strength ####################

AddBorders(8,24,8,24)



-kwag
Reply With Quote
  #3  
11-16-2002, 05:10 PM
Paul0889 Paul0889 is offline
Free Member
 
Join Date: Nov 2002
Posts: 102
Thanks: 0
Thanked 0 Times in 0 Posts
THANK YOU SO MUCH!!!
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
How to load MPEG-1 in Avisynth? kamen555 Avisynth Scripting 4 05-05-2005 04:42 PM
Cannot load xvid into avisynth 2.5 ? bluedha Video Encoding and Conversion 3 06-09-2004 01:40 PM
Avisynth: How do you load these scripts? pixeldotz Avisynth Scripting 3 06-23-2003 04:35 AM
Avisynth: how to load a JPEG? rendalunit Avisynth Scripting 4 02-01-2003 06:49 PM
Avisynth: can't load mpeg2dec.dll? midiaxe Avisynth Scripting 1 05-31-2002 09:18 AM




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