From 142fdc8d86d26ebf478d87fc751181fd578e8c70 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 10 Jan 2017 23:05:04 +0100 Subject: decoder/flac: add options "probesize" and "analyzeduration" https://bugs.musicpd.org/view.php?id=3876 --- doc/user.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'doc') diff --git a/doc/user.xml b/doc/user.xml index a3add674d..b9797d03a 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -2206,6 +2206,48 @@ run Decodes various codecs using FFmpeg. + + + + + + Setting + Description + + + + + + analyzeduration + VALUE + + + Sets the FFmpeg muxer option + analyzeduration, which specifies + how many microseconds are analyzed to probe the + input. The FFmpeg + formats documentation has more information. + + + + + + probesize + VALUE + + + Sets the FFmpeg muxer option + probesize, which specifies + probing size in bytes, i.e. the size of the data to + analyze to get stream information. The FFmpeg + formats documentation has more information. + + + + +
-- cgit v1.2.3