I have downloaded movie in a .mkv file format, and when I try to play it on my Ubuntu, I just can heard the sound but the movie didn't played. After a couple of minutes google it, I found a way to make it clear.
First, add this repo,
sudo apt-add-repository ppa:strukturag/libde265
sudo apt-get update
Install the corresponding GStreamer plugin directly,
sudo apt-get install gstreamer0.10-libde265 For GStreamer 1.0 applications,
sudo apt-get install gstreamer1.0-libde265 There is also a VLC plugin available,
sudo apt-get install vlc-plugin-libde265 Try it and enjoy your .mkv file. If you have any problem don't hestitate to let me know and help you.
About me
Kartika Yudha Pratama
I am husband of Anggi Sekar Rosalina and Dad of Adipati Rasyid Al Fatih. I am web developer from Indonesia who has been in the field for 3 years and counting.
I like to learn something new about coding, blogging and Internet Marketing. I am work on Gamatechno Indonesia company for 3 years until present. My responsibilities are developing moduls and analyze spesification requirements system. I also do some side project in my rest time, if you need web developer to do some magic about your project, or you just want to share something, don't hestitate to contact me :D.
Popular Posts
-
If you are using tinyMCE on your website, and you found NS_ERROR_UNEXPECTED (if you are using firebug, it shown at console) when you try t...
-
Sometime as a PHP Developer, I usually get task to create report in excel. Of course I use PHPExcel to generate excel document. To use PHP...
-
If you are using Netbeans IDE under Ubuntu 13.04, you will dissapointed with it's look and fell. The fonts are big and it looks weird,...
-
I have downloaded movie in a .mkv file format, and when I try to play it on my Ubuntu, I just can heard the sound but the movie didn't p...
-
Begin from a task given by my boss to create a standalone application using PHP running on windows operating system. Got confused...
-
Hi guys, at this time I will share how to integrate Android SDK and Eclipse IDE in Ubuntu. First thing first, you must have Oracle Java...
-
If you are newbie in Linux, you will confuse when you want to install Linux application and it's format file is .tar.gz or .tar.bz2 (t...
-
Bash scripting is one of the easiest types of scripting to learn. It run under Linux and its very usefull. Bash is the language that you ...