Page 1 of 1

x265 (hevc) with Mageia

PostPosted: Nov 17th, '14, 22:41
by hman
Hi all,
i trying to use new codec x265 on my Mga4. I builded and installed codec follow wiki instructions but when i try to open media with vlc or other player it isn't recognized.

I should rebuild players ?

Re: x265 (hevc) with Mageia

PostPosted: Nov 19th, '14, 21:41
by doktor5000
The player need support for x265, you need to enable that and also rebuild players against x265.
E.g. for vlc that would be --enable-x265 - although vlc supports decoding only since version 2.1.1 (encoding even before).
Check e.g. http://www.phoronix.com/scan.php?page=n ... px=MTQ2NDM

I'll see if we can get it enabled for Mageia 5 in vlc.

Re: x265 (hevc) with Mageia

PostPosted: Nov 19th, '14, 22:37
by doktor5000
Seems for vlc you would at least need 2.2.0 or version 3 from git to be able to enable x265 support.