summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2018-12-04 16:34:38 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2018-12-04 16:38:42 +0530
commit8bd791969960d6258177ebf8b68391fd4b432fd1 (patch)
tree85d2f985b099d6bb56cd2f5deef3e8fc6b0a6d86 /doc/muxers.texi
parentf176d6587bcf7c15c9d9f1acb05d8f970ade57de (diff)
doc: chromaprint
Add entry in external library list and add details to muxer entry.
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi18
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index f1cc6f5fee..5565fd5f45 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -94,21 +94,23 @@ compatibility with software that only supports a single audio stream in AVI
@anchor{chromaprint}
@section chromaprint
-Chromaprint fingerprinter
+Chromaprint fingerprinter.
-This muxer feeds audio data to the Chromaprint library, which generates
-a fingerprint for the provided audio data. It takes a single signed
-native-endian 16-bit raw audio stream.
+This muxer feeds audio data to the Chromaprint library,
+which generates a fingerprint for the provided audio data. See @url{https://acoustid.org/chromaprint}
+
+It takes a single signed native-endian 16-bit raw audio stream of at most 2 channels.
@subsection Options
@table @option
@item silence_threshold
-Threshold for detecting silence, ranges from 0 to 32767. -1 for default
-(required for use with the AcoustID service).
+Threshold for detecting silence, ranges from -1 to 32767. -1 disables silence detection and
+is required for use with the AcoustID service. Default is -1.
@item algorithm
-Algorithm index to fingerprint with.
+Version of algorithm to fingerprint with. Range is 0 to 4. Version 2 requires that silence
+detection be enabled. Default is 1.
@item fp_format
Format to output the fingerprint as. Accepts the following options:
@@ -120,7 +122,7 @@ Binary raw fingerprint
Binary compressed fingerprint
@item base64
-Base64 compressed fingerprint
+Base64 compressed fingerprint @emph{(default)}
@end table