Need help please

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Slash
eion wouldn't treat me like this
Joined: Wed Sep 17, 2008 6:04 pm
Org Profile

Need help please

Post by Slash » Sat Jun 20, 2009 2:38 pm

Ok so im having this problem with making a script for MKV converting. When ever i drag to virtual dub or import it into virtual dub it says

"AviSynth Open Failure: Load Plugin: unable to load "C:\Program Files(x86)\Avisynth 2.5\FFMpegSource.dll"
(C:\users\Fry's\Desktop\59.avs,line 1)

Here is the script

Code: Select all

LoadPlugin("c:\program filesx(86)\avisynth 2.5\plugins\FFMpegSource.dll")
FFMpegsource("C:\Users\fry's\Downloads\5_Centimeters_Per_Second_(2007)_[1080p,BluRay,x264]_-_THORA.mkv")
Any help would be appreciated

thank you

User avatar
Kionon
I ♥ the 80's
Joined: Fri Mar 02, 2001 10:13 pm
Status: Ayukawa MODoka.
Location: I wonder if you know how they live in Tokyo... DRIFT, DRIFT, DRIFT
Contact:
Org Profile

Re: Need help please

Post by Kionon » Sat Jun 20, 2009 5:30 pm

I'd use directshowsource() myself for mkv, but I would just, frankly avoid using mkvs to start off with. You might see if directshowsource() gets you video.
ImageImage
That YouTube Thing.

User avatar
Slash
eion wouldn't treat me like this
Joined: Wed Sep 17, 2008 6:04 pm
Org Profile

Re: Need help please

Post by Slash » Sat Jun 20, 2009 6:13 pm

got it to work :mrgreen:

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Re: Need help please

Post by Scintilla » Sat Jun 20, 2009 9:28 pm

Moogler wrote:LoadPlugin("c:\program filesx(86)\avisynth 2.5\plugins\FFMpegSource.dll")
Could this be the problem?
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Re: Need help please

Post by Scintilla » Sat Jun 20, 2009 9:29 pm

Mods please append:

Actually, you shouldn't even need to manually load the plugin at all; it looks like it's in your default AVISynth plugins directory. Does it work if you remove the LoadPlugin line entirely?
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
Slash
eion wouldn't treat me like this
Joined: Wed Sep 17, 2008 6:04 pm
Org Profile

Re: Need help please

Post by Slash » Sun Jun 21, 2009 9:50 pm

Well instead of using the "loadplugin" with the FFMpegsource i used directshowsource() and it still had the same problem so then i looked over the script and saw that the file was IN folder with the exact same name as the file so yeah the directories was the problem and it was a dumb mistake i made D:


Moogler Says:So Remember kids to check your script twice :wink:

Locked

Return to “AviSynth Help”