View Single Post
Old 17th September 2009, 18:28   #23  |  Link
canuckerfan
Registered User
 
Join Date: Jul 2005
Posts: 317
Currently I'm using AviSynth 2.5.8's built-in scriptclip and conditionalreader. anyway I can adapt this code so that I can use Gavino's versions?

Code:
Filtered = RemoveNoiseMC(rdlimit=18,rgrain=1,denoise=0,sharp=true) 
ScriptClip("ABC1 ? Filtered : Last")
ConditionalReader("seriously.txt","ABC1",false)

Last edited by canuckerfan; 17th September 2009 at 19:00.
canuckerfan is offline   Reply With Quote