Kamui-Dash
19th April 2003, 15:59
I was searching around and didnt find any luck about how to use diff filter settings to diff scenes :/
This was used with AVS 2.51 160403
Video only, no audio file.
Here are my settings:
LoadPlugin("C:\Avisynth\Avi_2.5_Filter\asharp v0.95\asharp.dll")
clip=AVISource("1.avi")
clip.ApplyRange(1,6649,"asharp",1,10,2,1,false)+clip.ApplyRange(6650,7200,"asharp",1,2,2,1,false)+clip.ApplyRange(7200,35000,"asharp",1,4,2,1,false)
And:
LoadPlugin("C:\Avisynth\Avi_2.5_Filter\asharp v0.95\asharp.dll")
AVISource("1.avi")
ApplyRange(1,6649,"asharp",1,10,2,1,false)
ApplyRange(6650,7200,"asharp",1,2,2,1,false)
ApplyRange(7200,35000,"asharp",1,4,2,1,false)
When I load this into vdubmod it says "There are no function named "ApplyRange", and I would also like to know if its possible to load different filters on different scenes as well.
thx in advance
This was used with AVS 2.51 160403
Video only, no audio file.
Here are my settings:
LoadPlugin("C:\Avisynth\Avi_2.5_Filter\asharp v0.95\asharp.dll")
clip=AVISource("1.avi")
clip.ApplyRange(1,6649,"asharp",1,10,2,1,false)+clip.ApplyRange(6650,7200,"asharp",1,2,2,1,false)+clip.ApplyRange(7200,35000,"asharp",1,4,2,1,false)
And:
LoadPlugin("C:\Avisynth\Avi_2.5_Filter\asharp v0.95\asharp.dll")
AVISource("1.avi")
ApplyRange(1,6649,"asharp",1,10,2,1,false)
ApplyRange(6650,7200,"asharp",1,2,2,1,false)
ApplyRange(7200,35000,"asharp",1,4,2,1,false)
When I load this into vdubmod it says "There are no function named "ApplyRange", and I would also like to know if its possible to load different filters on different scenes as well.
thx in advance