Subscribe to Feeds
ubuntu.com
Free PageRank Checker

Play .rmvb | .mkv Files With Ubuntu 8.10

Posted by Panji Nushantara | Tuesday, February 03, 2009

Finally my Ubuntu plays .rmvb and .mkv movies, yay, one less problem in Ubuntu. In case you don't notice  just try to play mkv files with Totem (default Ubuntu media player), it plays sound only at best.
One problem solved means one more reason to love Ubuntu.
The solution is simple really, all you have to do is to use the proper media player and right codecs, in this case mplayer. You have to install these from synaptic package manager :
  • mplayer
  • mencoder
  • mplayer-skins (optional)
After installing mplayer files, you need to add binary codec package that suit your system, if you're using Ubuntu 8.10  32 bit then choose Linux x86 codec package from mplayer site, here. named essential-date.tar.bz2. As of this writing it is essential-20071007.tar.bz2.

  • since you have to make some change in filesystem, you should become superuser . Go to Accesories -> Terminal, type sudo nautilus,
  • go to /usr/lib/ and make new folder name it as codecs,
  • extract all the files under the folder /essential-date in essential-date.tar.bz2 to /usr/lib/codecs
  • close nautilus
  • start your mplayer and play those mkv and rmvb files.

Not so sure about these gstreamer, but hey got nothing to lose, you'll need it to play mp3 and restricted media files anyway. Install it via Synaptic Package Manager :
  • gstreamer0.10-plugins-ugly,
  • gstreamer0.10-plugins-bad,
  • gstreamer0.10-plugins-good.

I found this helpful info in simplehelp.net. You should visit it too, if you want to play these files properly.


tenjo tenge in rmvb finally played


keyword : mkv | rmvb in ubuntu

0 comments