Mkv Player: All You Ought To Know
Saturday, January 1st, 2011MKV – Stands for Matroska Video File, could be the matroska container format. These days it is the usually video files, also those containing audio (movies) or video only. MKV is similar in conception to other containers like AVI, MP4 or ASF.
An MKV file is an audio / video container. It is comparable to AVI and others but it has some other features. Before you use it, you will need to have an understanding of what it is.
What is an Audio Video Container?
Some well-known movies could use mkv format as the following reason:
Its open source software program player/tools
Support for pretty much any codec.
Due to these reasons, MKV format became popular, specially on the movie download websites.
Looking for the solution to convert MKV to iPod MP4, you must already have this type of video files. As the movie downloaded from iTunes are protected and appears in WMV format.
A container is really a format that may store audio or video files. This is not the same factor as a codec. A codec is employed by the video formats to play back videos.
I observed a remedy guide on ubuntuforums:
First install mkvextract, mkvinfo, MP4Box, hexedit and mplayer
$ sudo apt.-get install mkvtoolnix gpac hexedit mplayer
Then you need neroAacEnc. Unpack linux directory, chmod +x neroAacEnc and copy it to a place of one’s selection (whitin the path)
I’ve downloaded Heroes Season 2 episode 11 which as this filename: Heroes_S02E11_720p.mkv (and yes, this is legal in Norway!)
Then you need to discover out which tracks contains the audio and video.
(in my mkv file video is on track1 and audio is on track 2. Change the numbers to fit you mkv file)
Then demux the mkvfile by running:
$ mkvextract tracks 1:video.h264 2:audio.ac3
Features
It is extendable (in modular terms) and lets you pick audio streams. The MKV file also supports Web streaming. Employing this format you can watch streaming video or audio.
Open Standard
Next to do is to alter one byte inside the video.h264.
It signifies that development by any individual is allowed. Vendors that want to use it on their items can do so. The parsing is free. In other words, it is really a free of charge and cross platform container. Being open source, it might be an option to existing systems becoming utilised today.
Then you want to convert audio to aac format.
$ mkfifo audiodump.wav
$ neroAacEnc -ignorelength -q 0.20 -if audiodump.wav -of audio.m4a & mplayer audio.ac3 -vc null -vo null -ao pcm:fast
This may well take a few minutes.
Please learn more about How to Play ISO Image and How To Play Mkv File.