Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Apr 2005 14:26:26 +0200
From:      Marc Fonvieille <blackend@freebsd.org>
To:        edward <kouye@wanadoo.fr>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Converting mkv to avi ?
Message-ID:  <20050428122625.GS54002@gothic.blackend.org>
In-Reply-To: <4270D33F.8080208@wanadoo.fr>
References:  <4270D33F.8080208@wanadoo.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 28, 2005 at 02:12:47PM +0200, edward wrote:
> Hi all,
> I have several mkv files (Matroska video) that I would like to convert 
> to avi. Any idea what software I should use to do that (I'm under KDE) ?

mkv and avi are both video container.  You should be able to quickly
"change" the container with mencoder (part of MPlayer):

mencoder video.mkv -ovc copy -oac copy -o video.avi

well MPlayer must be compiled with mastroka support, and the result may
be "weird" if the .mkv use many audio channels etc.
It may be a better option to extract both video and audio part and remux
them.  Look at multimedia/mkvtoolnix, transcode and/or mencoder.

Marc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050428122625.GS54002>