View Full Version : FFVideoSource
sirt
3rd August 2012, 14:17
Hi,
I would like to point out something strange. I have no problem to import mkv streams with FFVideoSource but I do have to help somebody to make it work, and for an unknown reason it never works. I told him to add FFMS2.dll & FFMS2.avsi into his Avisynth plugin folder but it still doesn't work when importing on VirtualDub which claims "there is no function named FFVideoSource" ; what the hell is needed to make that plugin work ?
sneaker_ger
3rd August 2012, 14:37
Make sure he downloaded the correct version. Some of them are "C-Plug-Ins" which have to be loaded manually with "LoadCPlugin()" and don't load automatically from the Plug-In folder.
sirt
3rd August 2012, 14:45
We tried something like this :
Import("C:\Program Files\AviSynth 2.5\plugins\FFMS2.avsi" )
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\FFMS2.dll" )
FFVideoSource("C:\video.mkv",cache=false)
crop(0,0,0,0)
I don't understand why because in my case I don't need to load any plugin to make it work. Is something else needed ? I old him to download that http://ffmpegsource.googlecode.com/files/ffms-2.17-cplugin.7z and demux it into "plugins" folder.
sneaker_ger
3rd August 2012, 14:55
Read my post again.
sirt
3rd August 2012, 15:09
I read it. How could I know which one is the appropriate version ? Moreover, as you see both avsi and dll are loaded.
sneaker_ger
3rd August 2012, 15:11
LoadCPlugin()
AzraelNewtype
4th August 2012, 05:31
I read it. How could I know which one is the appropriate version ? Moreover, as you see both avsi and dll are loaded.
You know which is the appropriate version because the thing you're linking to explicitly has cplugin in the filename, and the one that the site tells you to get if you don't know which one you want (and you don't, so you picked wrong) doesn't say anything.
StainlessS
4th August 2012, 09:04
@Sirt, perhaps this might help:
http://avisynth.org/mediawiki/Plugins
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.