Using 32 bit AviSynth and plugin:this is the script:
The .dll is installed in the Plugins folder, but VirtualDub errors out on it.loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins\ffms2.dll")
video = ffvideosource("C:\Users\Superuser\Desktop\clip.avi ")
audio = ffvideosource("C:\Users\Superuser\Desktop\clip.avi ")
AudioDub(video, audio)
The path to the source avi is good (I change the script to AviSource and it works).
![]()
+ Reply to Thread
Results 1 to 6 of 6
-
-
Are you using 32 bit VirtualDub?
You can't use ffvideosource() to load the audio. -
Yes, its 32 bit VirtualDub.
Changed the script to this - same result.
loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins\ffms2.dll")
FFVideosource("C:\Users\Superuser\Desktop\clip.avi ") -
Are you using the correct version? (not the C plugin) ?
regular
http://code.google.com/p/ffmpegsource/downloads/detail?name=ffms-2.17.7z
cplugin
http://code.google.com/p/ffmpegsource/downloads/detail?name=ffms-2.17-cplugin.7z
cplugin is for extra colorspaces in avisynth 2.6.x. It won't autoload. You need LoadCPlugin() -
That was it - thank you.
Four hours consistently downloading different versions of the wrong plugin didn't help. -
.
link update...
Hi,
Old thread, I know — but if this little update can help (to avoid hunting, like I had to):
v. 2.17 32-bit:
https://github.com/FFMS/ffms2/releases/download/ffms-2.17/ffms-2.17.7z
v. 2.17 64-bit:
https://github.com/FFMS/ffms2/releases/download/ffms-2.17/ffms-2.17-x64.7z
Or whole page:
https://github.com/FFMS/ffms2/releases
Note (in reference to previous posts, above): make sure you download 2.17, not 2.2x or else, like I tried: didn't work for me either).
Similar Threads
-
Can't get ApplyRange to work in Avisynth
By VideoFanatic in forum RestorationReplies: 39Last Post: 11th Dec 2012, 17:09 -
Do Avisynth and Premiere work well on Windows 7?
By spicediver10191 in forum EditingReplies: 11Last Post: 21st Sep 2012, 18:45 -
Can't get RemoveSpots to work with Avisynth
By VideoFanatic in forum RestorationReplies: 8Last Post: 21st Aug 2012, 08:09 -
avisynth: directShowSource, ffVideoSource, avcSource -- speed
By adom in forum Video ConversionReplies: 8Last Post: 14th Jun 2011, 20:35 -
AVIsynth refuses to work anymore... Plz help!
By Nagashi in forum Newbie / General discussionsReplies: 3Last Post: 24th Dec 2010, 17:44