Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
8bd79196
Commit
8bd79196
authored
Dec 04, 2018
by
Gyan Doshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: chromaprint
Add entry in external library list and add details to muxer entry.
parent
f176d658
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
8 deletions
+16
-8
general.texi
doc/general.texi
+6
-0
muxers.texi
doc/muxers.texi
+10
-8
No files found.
doc/general.texi
View file @
8bd79196
...
...
@@ -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
...
...
doc/muxers.texi
View file @
8bd79196
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment