Quantcast Avisynth: Grabs Avisynth Info - digitalFAQ.com Forums [Archives]
  #1  
07-02-2004, 04:47 PM
oxycotton420 oxycotton420 is offline
Free Member
 
Join Date: May 2004
Location: Lebanon, Beirut
Posts: 228
Thanks: 0
Thanked 0 Times in 0 Posts
i'm jus curious is there a tool that grabs all AviSynth info, to fill in the caps IE: in kwag's script like this>

Code:
## DLL Section ## 
# 
LoadPlugin("C:\Filters25\MPEG2Dec3.dll") 
LoadPlugin("C:\Filters25\GripFit_YV12.dll") 
LoadPlugin("C:\Filters25\STMedianFilter.dll") 
LoadPlugin("C:\Filters25\asharp.dll") 
LoadPlugin("C:\Filters25\unfilter.dll") 
LoadPlugin("C:\Filters25\undot.dll") 
# 
#### 
## Main section and static filters ### 
# 
Mpeg2Source("Your_D2V_Source_Here") 
# 
undot() 
asharp(1, 4) 
GripCrop(Your_GripCrop_Parameters_Here) 
GripSize(resizer="BicubicResize") 
STMedianFilter(3, 3, 1, 1 ) 
MergeChroma(blur(1.5)) 
MergeLuma(blur(0.1)) 
# 
# 

## Linear Motion Adaptive Filtering ## 
# 
# ( Portions from AviSynth's manual ) 
# This will apply variable temporalsoften 
# and variable blur. 
# Both filters are active at all times, and work inversely proportional to the 
# activity, measured from current frame to next frame. 

ScriptClip(" nf = YDifferenceToNext()" +chr(13)+ "unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ).TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1)  ") 

# 
# 
# 

GripBorders() 
#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker! 

# 
# 
## Functions ### 

function fmin( int f1, int f2) { 
  return ( f1<f2 ) ? f1 : f2 
} 
  
# 
####

it would fill in the following info, iE:
GripBorders()
GripCrop(Your_GripCrop_Parameters_Here)
GripSize(resizer="BicubicResize")
....Ect.
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  
07-02-2004, 04:50 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
These line must be filled according to your video and you wish for the target. That is YOUR CHOICE. Computers are smart but there is a moment when you have to tell them what you want
Reply With Quote
  #3  
07-02-2004, 09:54 PM
oxycotton420 oxycotton420 is offline
Free Member
 
Join Date: May 2004
Location: Lebanon, Beirut
Posts: 228
Thanks: 0
Thanked 0 Times in 0 Posts
hehe thanks okay, but then how does something like mencodeME work when it comes to that. i know taht mencodeME uses external AviSynth filters but how is that information filled in ?
Reply With Quote
  #4  
07-03-2004, 03:34 AM
Abond Abond is offline
Free Member
 
Join Date: Mar 2003
Posts: 243
Thanks: 0
Thanked 0 Times in 0 Posts
I think you are wrong. MencodeMe doesn't use Avisynth filters at all.
Reply With Quote
  #5  
07-03-2004, 08:00 AM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
i know taht mencodeME uses external AviSynth filters but how is that information filled in ?
It uses internal filters unless you use makeavis(something like that) with MencodeME but then you still need to fill out the proper lines
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: Retrieving script info from files? will_diddy Avisynth Scripting 3 11-08-2006 04:41 AM
Avisynth: AVIsynth quit wroking after install nero reload jzhao66 Avisynth Scripting 16 06-09-2005 08:53 AM
Avisynth: Info about kwag and vmesquita scripts? zagor Avisynth Scripting 11 08-01-2004 08:02 AM
Avisynth: Info about mpeg2source? zagor Avisynth Scripting 14 03-30-2004 10:32 AM
Avisynth: Need clip filter & dust filters for avisynth nighthawk Avisynth Scripting 3 01-31-2004 12:24 PM

Thread Tools



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