.mkv/avisynth/virtualdubmod

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Shadow_Leaper
Joined: Thu Dec 25, 2003 5:28 pm
Location: ~*Don't Tear Me Down*~
Contact:
Org Profile

.mkv/avisynth/virtualdubmod

Post by Shadow_Leaper » Sat Sep 06, 2008 12:54 pm

Ok, so yes I did do a search in the forums to see if this was covered but im still confused.

I'm trying to import and compress a .mkv file in virtualdubmod. I couldn't directly import it, it would give me a memory exceed message and shut down. So when I searched I found the FFMPEGSource.dll.

now im just not sure how to do the next thing. I put the FFMPEGSOurce.dll in the Virtualdubmod folder and got this message when i just tried to import:

"Opps, Virtualdubmod has crashed..."

"An out-of-bounds memory access (access violation) occurred in module 'VirtualDubMod'."


So I put the files in the Avisynth folder and made a .avs files with the following script:

FFMPEGSource("C:\Downloads\Shugo_Chara_1-26\Shugo_Chara! - 01[h264].mkv")



Now i have no real idea how to do the Avisynth stuff since I'm used to just throwing it in VDM and everything being fine.

Now when I try to load the .avs file in VDM I get this:

AviSynth Open Failure
Script error: there is no function called: "FFMPEGSource"
(C:\Users\Ace\Documents\1.avs, line 1)


what can i do?
Image

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Post by mirkosp » Sat Sep 06, 2008 1:11 pm

You're supposed to put the ffmpegsource in the avisynth plugin, which should probably be C:\Program Files\AviSynth 2.5\plugins.
Image

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

Post by Scintilla » Sat Sep 06, 2008 1:19 pm

You can get the FFMPEGSource plugin here:
http://avisynth.org/warpenterprises/fil ... 071006.zip
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
Shadow_Leaper
Joined: Thu Dec 25, 2003 5:28 pm
Location: ~*Don't Tear Me Down*~
Contact:
Org Profile

Post by Shadow_Leaper » Sat Sep 06, 2008 4:55 pm

Scintilla: I have the plugin already, which I stated above I'm having trouble on using it... I already have it downloaded.

mirkosp: I have it in the Avisynth plugins folder when I get the second error message.
Image

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Post by mirkosp » Sat Sep 06, 2008 5:05 pm

Yeah, I noticed afterwards that you had it there, when I replyed I thought you still had it in the virtual dub plug-in folder. Anyway, if the plug-in isn't autoloading, it might be cause you have too many plug-ins in the plugins folder... try to put the dll in another folder and call it like

Code: Select all

LoadPlugin("C:\...\ffmpegsource.dll")
That might work.
Image

User avatar
Shadow_Leaper
Joined: Thu Dec 25, 2003 5:28 pm
Location: ~*Don't Tear Me Down*~
Contact:
Org Profile

Post by Shadow_Leaper » Sat Sep 06, 2008 8:30 pm

mirkosp wrote:Yeah, I noticed afterwards that you had it there, when I replyed I thought you still had it in the virtual dub plug-in folder. Anyway, if the plug-in isn't autoloading, it might be cause you have too many plug-ins in the plugins folder... try to put the dll in another folder and call it like

Code: Select all

LoadPlugin("C:\...\ffmpegsource.dll")
That might work.
Thank you so much! it worked perfectly ^_^
Image

User avatar
Shadow_Leaper
Joined: Thu Dec 25, 2003 5:28 pm
Location: ~*Don't Tear Me Down*~
Contact:
Org Profile

Re: .mkv/avisynth/virtualdubmod

Post by Shadow_Leaper » Sun Jan 11, 2009 11:35 pm

Ok so I had to uninstall everything out of the AMVApp. So I just installed it all once again and even the FF.dll and placed all of that back in the AVISynth plugins folder..now I get this error...

Image

And this is my script...:

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mpg\ffmpegsource.dll")
FFMPEGSource("C:\Users\Dramacydal\Desktop\Episode06.mkv")

What can I do??
Image

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: .mkv/avisynth/virtualdubmod

Post by mirkosp » Mon Jan 12, 2009 1:09 pm

Ok, now that looks like a weird error... try uninstalling avisynth and install the newest version : 2.5.8.
Image

User avatar
Shadow_Leaper
Joined: Thu Dec 25, 2003 5:28 pm
Location: ~*Don't Tear Me Down*~
Contact:
Org Profile

Re: .mkv/avisynth/virtualdubmod

Post by Shadow_Leaper » Mon Jan 12, 2009 4:50 pm

mirkosp wrote:Ok, now that looks like a weird error... try uninstalling avisynth and install the newest version : 2.5.8.
Yeah, your telling me, lol.

Ok so I uninstalled and installed the new one, now Ive got two weird errors.

Image

That's what I get as soon as I open it, but then again, it still comes up.

Image

And then there's that once I load the .avs. Which is funny because when I look, the .dll IS there. So now Im confused...

My script hasn't changed either it's still the same:

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\FFMpegSource.dll")
FFMPEGSource("C:\Users\Dramacydal\Desktop\Episode06.mkv")
Image

User avatar
Shadow_Leaper
Joined: Thu Dec 25, 2003 5:28 pm
Location: ~*Don't Tear Me Down*~
Contact:
Org Profile

Re: .mkv/avisynth/virtualdubmod

Post by Shadow_Leaper » Mon Jan 12, 2009 4:55 pm

Ok, nevermind. For some reason I had to copy ALL the contents of the FFmepg folder into virtualdubmod's main folder to get it to work.. now everything is fine. ITs just weird. lol. Thanks for all thehelp!
Image

Locked

Return to “AviSynth Help”