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.
Source: http://www.unixmen.com/fix-vlc-not-support-audio-video-format-hevc/
Cannot add PPA. This PPA does not support trusty.
ReplyDeleteFresh 17.3 install
thank you!!! At last an answer :)
ReplyDelete