View Single Post
Old 22nd February 2019, 19:05   #16726  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
Quote:
Originally Posted by Atak_Snajpera View Post
Syntax is like this
video=Filter(video,settings)

you can create chain of filter like this
video=Filter(video,settings).FilterB(settings).FilterC(settings)

Just remember that first filter will need clip name!
Oh! I think I wasn't seeing the video in the settings:
video=Filter(video,settings) on the default ones...
So video=video.filter is working because I'm just saying to AviSynth do:
video then the filter and the filter is using the video from the first "command", which is just video.

Are the custom scripts getting the "video" from the other parts of the jobxx.avs after their AVISynth scripts (assuming there are some) or should I be putting everything like QTGMC into the custom script, except for crop?

I had in the past only been using a custom script.
byteshare is offline   Reply With Quote