diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2020-10-10 03:31:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-10 10:18:50 +0700 |
commit | 4cf1d0cf06d4874ba8839b4904110ef9fb7459b9 (patch) | |
tree | 61091dd06f3246d7789bde097e9b013d7ce252b5 /libraries/libde265/README | |
parent | e39bebd042bbaa1a3808ddbf65e65e8c39086476 (diff) | |
download | slackbuilds-4cf1d0cf06d4874ba8839b4904110ef9fb7459b9.tar.gz |
libraries/libde265: Added (open h.265 codec implementation)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libde265/README')
-rw-r--r-- | libraries/libde265/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/libde265/README b/libraries/libde265/README new file mode 100644 index 0000000000..a52dbf5699 --- /dev/null +++ b/libraries/libde265/README @@ -0,0 +1,10 @@ +libde265 is an open source implementation of the h.265 video codec. It +is written from scratch and has a plain C API to enable a simple +integration into other software. + +By default, sherlock265 visual inspection program is not built. + +Building of sherlock265 can be enabled by setting the SHERLOCK265 +environment variable to "yes": SHERLOCK265=yes ./libde265.SlackBuild +This requires ffmpeg or ffmpeg4. If qt5 is installed sherlock265 will be +built with qt5 instead of qt4. |