Home

Awesome

libde265-ffmpeg

HEVC/H.265 codec for ffmpeg / libavcodec using libde265

Building

  #include <libde265dec.h>

  void initialize(void) {
     ...
     av_register_all();
     libde265dec_register();
     ...
  }

Dependencies

In addition to a compiler and the public ffmpeg/libavcodec headers, a couple of other packages must be installed in order to compile the codec:

Copyright (c) 2014-2015 struktur AG