I was looking at some examples of Avisynth scripts and it looks like I might have left something out in the encodes I have been doing, so here's the question:
when you load a plugin [i.e. loadplugin()], does that apply it to the file when you open it up in an encoder or do you also have to list the plugin as one of the commands below the source?
for instance:
loadplugin("decomb.dll)
mpeg2source("...")
crop(...)
resize(...)
decomb()
+ Reply to Thread
Results 1 to 3 of 3
-
-
And Decomb isn't used as Decomb, but as, for example:
Telecide(Guide=1).Decimate()
Decomb is the name of the filter suite, which includes Telecide, Decimate, and FieldDeinterlace.
Similar Threads
-
AviSynth and Filter Order
By sambat in forum EditingReplies: 3Last Post: 11th Jan 2012, 10:04 -
Lav filter and avisynth
By Creed in forum Newbie / General discussionsReplies: 7Last Post: 15th Dec 2011, 16:10 -
Quick, stupid question about 60p -> 60i in Avisynth
By Asterra in forum Video ConversionReplies: 3Last Post: 12th Jul 2011, 19:25 -
Need Avisynth filter
By fubuki81 in forum RestorationReplies: 5Last Post: 30th Sep 2008, 13:04 -
Logoaway filter for AviSynth?
By DRP in forum Video ConversionReplies: 2Last Post: 8th Aug 2008, 04:30