Problem with mkv

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
-Cursed-Soldier-DEL
Joined: Sun Feb 10, 2008 1:56 pm
Org Profile

Problem with mkv

Post by -Cursed-Soldier-DEL » Mon Feb 11, 2008 11:13 am

Hi,

I read lots of threads here, about converting mkv files.I try MKV extract GUI and I triy it with Amvapp, but whatever I do, the Programs doesn't work. And therefore I ask by my own again.

How can I convert mkv to avi or something else?

Thx

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 » Mon Feb 11, 2008 11:32 am

There are at least two solution, afaik.

-The first, import the mkv in VirtualDubMod and export it as avi.

-The second, with avisynth, would be using

Code: Select all

DirectShowSource("C:\filepath\filename.mkv")
and than making a fake avi with vfapi.
If the DirectShowSource has some frame order problem, you might want to try ffmpegsource.
The usage of the ffmpegsource is

Code: Select all

ffmpegsource("C:\filepath\filename.mkv")
This doesn't import audio though. If you want to use the audio of the file as well, use it like this:

Code: Select all

ffmpegsource("C:\filepath\filename.mkv", atrack=-1)
One of these should work great for you, I think. :wink:

User avatar
-Cursed-Soldier-DEL
Joined: Sun Feb 10, 2008 1:56 pm
Org Profile

Post by -Cursed-Soldier-DEL » Mon Feb 11, 2008 12:08 pm

Thx you for your quick anser. But I don't know what vfapi is. The only thing I'm made till know is a avs file with

DirectShowSource("C:\filepath\filename.mkv")

How does it goes on?
Sry for the silly questions but i'm never make something like this before :roll:

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 » Mon Feb 11, 2008 1:10 pm

Oh, I see. Well, in this case it's just better to redirect you to THE guide (I like to call it this way :P ).
It should have answers to most of your questions about avisynth and whatnot.
In the guide, avisynth is discussed here, while you can get more info about vfapi here.
Sorry if I just link you the guides, it's that these are rather big argument to talk about so it's better this way.

User avatar
Netavi
Joined: Sat Aug 25, 2007 9:35 am
Location: Poland
Org Profile

Post by Netavi » Tue Feb 12, 2008 10:08 am

I have the same sort of problem with mkv. To explain my problem i use screenshots:

Image

As you can see i use avisynth with DirectShowSource (#1). I select the cut of anime i would like to convert (#4). I go to file ---> save as... and i select Huffyuv compression
with avi. file ( #2 and #3). Now i select zapisz=save. To this moment i think that i havn't done any mistakes. Ok... now my problem :roll:


Image


The only think that is changing in my convertation is the time (#1). No other progres
"current video frame: 0/416", "projected file size: unknown", "video rendering rate: 0.0fps"


WTF!? :( Please help

btw. Sory for my english but i am from poland and i am weak in english ortographi

User avatar
-Cursed-Soldier-DEL
Joined: Sun Feb 10, 2008 1:56 pm
Org Profile

Post by -Cursed-Soldier-DEL » Tue Feb 12, 2008 6:55 pm

I'm glad that i'm not the only one with a Problem about mkv-files. But i can't even open my mkv-files with VirtualDubMod when i try to open it this Popup come.

Image


@mirkosp: Thx but this is to many information at once. This is a whole cyclopedia. xD

User avatar
Netavi
Joined: Sat Aug 25, 2007 9:35 am
Location: Poland
Org Profile

Post by Netavi » Sat Feb 16, 2008 4:24 am

Nobody want to help or rather nobody know how to help :cry: ?

Locked

Return to “AviSynth Help”