Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2018-12-04 14:04:38 +0300
committerGyan Doshi <ffmpeg@gyani.pro>2018-12-04 14:08:42 +0300
commit8bd791969960d6258177ebf8b68391fd4b432fd1 (patch)
tree85d2f985b099d6bb56cd2f5deef3e8fc6b0a6d86 /doc/general.texi
parentf176d6587bcf7c15c9d9f1acb05d8f970ade57de (diff)
doc: chromaprint
Add entry in external library list and add details to muxer entry.
Diffstat (limited to 'doc/general.texi')
-rw-r--r--doc/general.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi
index 5256e0653d..7b6efdbfdd 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -53,6 +53,12 @@ Go to @url{http://aomedia.org/} and follow the instructions for
installing the library. Then pass @code{--enable-libaom} to configure to
enable it.
+@section Chromaprint
+
+FFmpeg can make use of the Chromaprint library for generating audio fingerprints.
+It is licensed under LGPL version 2.1. Pass @code{--enable-chromaprint} to configure to
+enable it. See @url{https://acoustid.org/chromaprint}.
+
@section OpenJPEG
FFmpeg can use the OpenJPEG libraries for encoding/decoding J2K videos. Go to