who to use the codec after compilation

Issue #49 resolved
Stef created an issue

how can use this codec in VLC?

I'm just compiled and copied files in /usr/lib/ but vlc not recognition my h265 mvk file!

:(

Comments (4)

  1. Stef reporter

    I'm just copied builded files: /usr/lib/libx265.so.16 /usr/lib/libx265.so.0.9 /usr/lib/libx265.so /usr/lib/libx265.a

    but ffmpeg and vlc do not use this codec!! How to inform my ssystem about this new codec?

  2. djcj

    x265 is an encoder, I don't think you can use it to decode HEVC video in i.e. VLC. VLC uses libavcodec, so I would assume you need a recent HEVC capable version of libavcodec and rebuild VLC against that version.

  3. Log in to comment