Unable to play HEVC files on ubuntu | fix hev1 not found
VLC out of the box does not play HEVC files. To fix this we need to install
libde265
via PPA, which is an open source implementation of the h.265 video codec.
Open up the Terminal and run the commands below:
sudo apt-add-repository ppa:strukturag/libde265
sudo apt-get update
sudo apt-get install vlc-plugin-libde265
VLC should now play these media files.
Test by Mookhtabar at 6:16 p.m | 140/05/2018