BlockABoots
26th March 2016, 19:41
I have used FFMpegSoruce2 command fine in the past but have just tried it today and im getting a script error...
There is no function named, FFMpegSource2,
Im using AvsPmod, and this is the script im using....
video=FFMpegSource2("G:\Video Captures\2016-03-20-1344-48.mp4",atrack=-1)
video1=tweak(video,sat=1.1,bright=-10,cont=1.2)
video2=trim(video1,2440,9200) +trim(video1,49910,65700)
video3=fadein(video2,50).fadeout(150)
return video3
In the plugins folder in avisynth i have the following file...
FFMS2.avsi
ffms2.dll
ffms2.lib
ffmsindex.exe
any ideas why im getting this error message?
There is no function named, FFMpegSource2,
Im using AvsPmod, and this is the script im using....
video=FFMpegSource2("G:\Video Captures\2016-03-20-1344-48.mp4",atrack=-1)
video1=tweak(video,sat=1.1,bright=-10,cont=1.2)
video2=trim(video1,2440,9200) +trim(video1,49910,65700)
video3=fadein(video2,50).fadeout(150)
return video3
In the plugins folder in avisynth i have the following file...
FFMS2.avsi
ffms2.dll
ffms2.lib
ffmsindex.exe
any ideas why im getting this error message?