Cannot install vlc-plugin-libde265 to play H.265 (mkv/mp4) videos properly

As I found out, I need to install vlc-plugin-libde265 in order to play H.265 videos properly. After adding generally recommended PPA below, I still cannot find the package:

$ sudo add-apt-repository ppa:strukturag/libde265
$ sudo apt-get update
$ sudo apt-get install vlc-plugin-libde265
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package vlc-plugin-libde265
  • Xubuntu 16.04.03 (xenial)
  • The content of /etc/apt/sources.list.d/strukturag-ubuntu-libde265-xenial.list:

    deb xenial main
    deb-src xenial main

What PPA do I have to use?

4

1 Answer

The next works for me in ubuntu 14.04.Try this:

sudo add-apt-repository ppa:mc3man/trusty-media

sudo apt-get update

sudo apt-get install vlc-plugin-libde265

The above "sudo add-apt-repository ppa:strukturag/libde265" and

"sudo apt-get update" works for me for totem, not vlc, if i next to it do this:

"sudo apt-get install gstreamer0.10-libde265" and "sudo apt-get install gstreamer1.0-libde265".

I wish it work for you.Sorry for my bad english.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like