Questions relating to the .mkv audio/video multimedia file format

learn more… | top users | synonyms

0
votes
0answers
14 views

mkv playback problem in ubuntu gnome 13.04

I am using ubuntu gnome 13.04 with gnome 3.8. when i play any mkv file in vlc/mplayer2 it runs smooth first 3/4 min then it start to stuck in some places. its like the screen is freeze but audio is ...
0
votes
0answers
88 views

How to convert+resize+deinterlace MKV (H.264+MP3) to MP4 (H.264+AAC) with avconv - while keeping subtitles?

I'd like to convert MKV to MP4 by considering the following on Precise (64bit): deinterlace denoise resize (only want specify width and aspect ratio, height is variable between files) make use of ...
0
votes
1answer
96 views

Using avconv, when remuxing to MKV, is there a way to fix packed AVI input files?

Due to compatibility bugs between Plex server and Panasonic TVs, the only way to get it to work well is remux everything to MKV, straight copy all streams (video, audio, subtitle) Seems simple ...
1
vote
0answers
73 views

Properly play mkv file with external mka audio

I have some mkv files with ordered chapters + segment linking and my own external subs and audio. When I load external subs mplayer2 async subs with video, with external audio it skip segment linking ...
0
votes
0answers
107 views

VLC Audio quality Drop

Alight this problem is realy unique and i've never expirienced it before. The Problem Alright then this is the problem. I can't seem to get the audio right it always has a lack of bass and is never ...
2
votes
1answer
1k views

Trying to convert MKV to MP4 with avconv, failing

I am trying to convert an MKV file to MP4 to be compatible with my PS3. I am using: avconv -i file.mkv -c copy file.mp4 It fails and I get the following error: [mp4 @ 0x8a17c00] pts < dts in ...
1
vote
0answers
101 views

Suddenly got weird colors in mkv movies

Suddenly I got weird colors in mkv movies in both VLC and Totem on Ubuntu 11.10. The sound is ok. Anybody know what is the problem and how to fix it.
1
vote
0answers
133 views

Zotac ZBOX NANO

Does anybody use Ubuntu on Zotac ZBOX NANO? Is it possible, what is working and what is not? How about playing H.264 1080p video packaged in MKV? Is remote control working?
0
votes
0answers
320 views

How do you get ordered chapters + segment linking in mkv files to work?

I can't get any mkv files with ordered chapters to play reliably using the most suggested SMplayer + mplayer2 setup. The timeline loads correctly, but when it attempts to switch to the external ...
1
vote
1answer
533 views

Why can I hear only a few audio channels when playing video files?

When I play specific MKV files there is not all the sound. There is actually only the background sound, like a song on the background, but I hear no talking. The strangest thing is that it is not for ...
0
votes
2answers
14k views

Convert mkv to mp4 with ffmpeg

When I try converting mkv to mp4 using ffmpeg, the following error occurs: version 0.8.3-4:0.8.3-0ubuntu0.12.04.1, Copyright (c) 2000-2012 the Libav developers built on Jun 12 2012 16:52:09 with ...
1
vote
2answers
3k views

Ripping DVD movie to near lossless video and audio quality

In the past I've been backing up my DVDs films as an .iso image to ensure that I have the best possible quality and that I could at a later date encode a movie/show to any format I want. However, as ...
0
votes
0answers
209 views

VLC Crash when execute a file

Whenever I try to open a video on VLC it crashes. When I executed it from the terminal i got the following error: MKV/Ebml Parser: m_el[mi_level] == NULL MKV/Ebml Parser: Up cannot escape itself ...
0
votes
0answers
315 views

Vaio VGN-SZ71WN - Ubuntu 12.04LTS/64 - VLC freezes or reboots when playing +720p MKV

Any .mkv causes the PC to freeze with graphic and sound artifacts (within 2 to 8 minutes), sometimes a reboot occurs. VLC under W7/64 on the same Vaio : no problems. VLC v2.01/2.02. ...
0
votes
1answer
996 views

split video from mkv, avi, mp4

I've a mkv video file and want to split some important scenes. Is there any tool in ubuntu to split them. I'm looking for GUI tool. any help is appreciated.
0
votes
3answers
2k views

Joining Two MKV files in Ubuntu?

I have an opera that I'm ripping to my computer in MKV format with Handbrake. This opera is on two discs. Is there a way to join the resulting MKV's together? They will have the same bitrate, ...
2
votes
2answers
771 views

How can I shrink .MKV files?

I am using Handbrake to rip a DVD to a MKV. The filesize for a ~5GB .VOB rip is a nearly 2GB .MKV. Is there a program in Ubuntu that shrinks MKV's? I looked around and found a lot of Windows ...
2
votes
3answers
1k views

Why doesn't .mkv files play properly with ubuntu-restricted-extra?

I am running Ubuntu 10.04 with ubuntu-resticted-extra installed. When I play .mkv with the default player, totem it causes the player to stop suddenly without any warning after a random amount of ...
7
votes
4answers
9k views

Can't play .MKV files

Im using a an Acer Aspire Revo R1600 and for some odd reason with this new version of Ubuntu i can't play .MKV files anywhere. I have always had flawless playback but now im getting a weird message ...
1
vote
2answers
486 views

Burning MKV to VCD

I am trying to use Brasero, to burn a mkv file of 300mb size to a blank CD and it nags that cd has not enough disk, I used mkvmerge to break it to 4 100 mb files it still nags that it cant burn it ...
3
votes
3answers
9k views

How to properly play .mkv files?

I am having a problem while playing .mkv files. Every time I play a .mkv file, the audio can be heard but video cannot be seen. The only way to see the video if I actually right click on it or put a ...
2
votes
1answer
710 views

Meteorite GUI not working?

I have installed this application here: http://gtk-apps.org/content/show.php?content=116618 We drop a MKV file into it, and a progress bar should appear. Seems simple. However, when I do that, I get ...
11
votes
9answers
13k views

best video converter

I need a good video converter software that can convert many video formats from one ot the other. On Windows I found Format Factory to be good. I would like its equivalent or something better on ...
5
votes
3answers
5k views

Add an audio file to and mkv video

I'm quite new to multimedia things, I'm trying to find a way to make nice screencasts, I've already been able to capture my desktop with ffmpeg: $ ffmpeg -f alsa -ac 2 -i hw:0,0 -f x11grab -r 30 -s ...