Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
201
rated 0 times [  201] [ 0]  / answers: 1 / hits: 329180  / 1 Year ago, tue, january 31, 2023, 11:09:30

I have seen that the new DivX Player 10 shows off H.265/HEVC playback, the successor of H.264. I wonder how I may get this support in Linux. Is there a need to install a codec specific for this format? How?


More From » codecs

 Answers
4

There is also a PPA for libde265 GStreamer integration. With that installed one can playback H.265 with all GStreamer applications (Browsers, Totem, etc.).



sudo apt-add-repository ppa:strukturag/libde265
sudo apt-get update


Now try playing back a .mkv containing HEVC/H.265 content using any GStreamer-aware player (e.g. "totem"). This should detect the missing codec and prompt to install the libde265 GS plugin (make sure to select the 64bit or 32bit version depending on your architecture).



You can also install the corresponding GStreamer plugin directly:



sudo apt-get install gstreamer0.10-libde265


Or 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


Details here: GStreamer plugin for 4K H.265/HEVC video streaming


[#28864] Wednesday, February 1, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
laceanz

Total Points: 86
Total Questions: 113
Total Answers: 104

Location: Australia
Member since Thu, Jan 26, 2023
1 Year ago
laceanz questions
Tue, Apr 26, 22, 07:43, 2 Years ago
Sat, Oct 23, 21, 09:40, 3 Years ago
Sat, Nov 5, 22, 08:24, 2 Years ago
Sat, Mar 12, 22, 07:56, 2 Years ago
;