HEVC/H.265 codec for ffmpeg / libavcodec using libde265
libde265dec.c
to your projects source files.libde265dec.h
to your include path.av_register_all
) to also call libde265dec_register
: #include <libde265dec.h>
void initialize(void) {
...
av_register_all();
libde265dec_register();
...
}
libde265
library can be loaded when your application runs.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
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4