Cannot open and convert MKV files after deleting DivX.

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
Jessie-kun
Joined: Fri Sep 04, 2009 2:28 pm
Org Profile

Cannot open and convert MKV files after deleting DivX.

Post by Jessie-kun » Thu Feb 24, 2011 4:37 pm

Okay, so I've been doing an AMV, and have been using MKV files that I converted to AVI with AvsP and VirtualDubMod. The DivX logo at the bottom right corner of all the footage has been really getting on my nerves. Thinking that having DivX installed had something to do with it, I attempted to get rid of it by deleting DivX all together.
I tried reopening the avisynth scripts in VirtualDubMod to see if the logo would be gone, but they wouldn't open.
Avisynth open failure:
Directshowsource: could not open as video or audio.
I attempted using FFVideosource.
Avisynth open failure:
Script error: There is no function named FFVideosource.
This is even with the plug in installed.

I tried FFMpegsource (and also FFMpegsource2) and got the same problem.

Can anyone help me deal with this?

TheRyuu
Joined: Wed May 19, 2010 5:33 pm
Org Profile

Re: Cannot open and convert MKV files after deleting DivX.

Post by TheRyuu » Thu Feb 24, 2011 4:40 pm

So after grabbing the right version you want from here.

Code: Select all

LoadPlugin("X:\path\to\ffms2.dll")
ffvideosource("blah.mkv")

Jessie-kun
Joined: Fri Sep 04, 2009 2:28 pm
Org Profile

Re: Cannot open and convert MKV files after deleting DivX.

Post by Jessie-kun » Thu Feb 24, 2011 4:52 pm

Which version am I wanting to download? I downloaded the latest one off of there before I posted here, but it's doing the same thing.

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

Re: Cannot open and convert MKV files after deleting DivX.

Post by mirkosp » Thu Feb 24, 2011 5:30 pm

You probably didn't load properly the ffms2.dll or haven't placed it in the correct autoload directory. You should put it in your plugins subdirectory of avisynth 2.5 to be on the safe side.
Image

Jessie-kun
Joined: Fri Sep 04, 2009 2:28 pm
Org Profile

Re: Cannot open and convert MKV files after deleting DivX.

Post by Jessie-kun » Thu Feb 24, 2011 5:42 pm

That's the folder I put it in, but no luck. What should I do to try and load it properly?

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

Re: Cannot open and convert MKV files after deleting DivX.

Post by mirkosp » Thu Feb 24, 2011 5:47 pm

Code: Select all

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\ffms2.dll")
ffms2_ffvideosource("your file.mkv")
Would be the safest way to go at it.
Image

Jessie-kun
Joined: Fri Sep 04, 2009 2:28 pm
Org Profile

Re: Cannot open and convert MKV files after deleting DivX.

Post by Jessie-kun » Thu Feb 24, 2011 6:46 pm

Okay, thanks. I'll try it out. |:>

Jessie-kun
Joined: Fri Sep 04, 2009 2:28 pm
Org Profile

Re: Cannot open and convert MKV files after deleting DivX.

Post by Jessie-kun » Thu Feb 24, 2011 7:34 pm

It didn't work. It says there's no such command. D:

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

Re: Cannot open and convert MKV files after deleting DivX.

Post by mirkosp » Thu Feb 24, 2011 11:59 pm

Ok, at this point I'd say you should just try and reinstall avisynth because it sounds to me like avisynth just does not want to read the dll at all. You clearly did put it in the autoload folder and even manually called it to be sure, so if it's not reading it, I would guess something went wrong during the installation.
Image

Mister Hatt
Joined: Tue Dec 25, 2007 8:26 am
Status: better than you
Contact:
Org Profile

Re: Cannot open and convert MKV files after deleting DivX.

Post by Mister Hatt » Sat Feb 26, 2011 1:58 am

Bad avs locs in registry hurr hurr~

Locked

Return to “AviSynth Help”