fpcalc -version (return code: 0)
fpcalc version 1.4.2
fpcalc --help (return code: 0)
Usage: fpcalc [OPTIONS] FILE [FILE...]
Generate fingerprints from audio files/streams.
Options:
-format NAME Set the input format name
-rate NUM Set the sample rate of the input audio
-channels NUM Set the number of channels in the input audio
-length SECS Restrict the duration of the processed input audio (default 120)
-chunk SECS Split the input audio into chunks of this duration
-overlap Overlap the chunks slightly to make sure audio on the edges is fingerprinted
-ts Output UNIX timestamps for chunked results, useful when fingerprinting real-time audio stream
-raw Output fingerprints in the uncompressed format
-json Print the output in JSON format
-text Print the output in text format
-plain Print the just the fingerprint in text format
-version Print version information