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:
authorJosh de Kock <josh@itanimul.li>2016-07-19 17:48:30 +0300
committerJosh de Kock <josh@itanimul.li>2016-07-21 04:47:35 +0300
commit4ed6edac762721ce128ccf2423b5902d5d79d171 (patch)
treeee418e07b1c79b743bd72e52f9a4a184adfc93b3 /doc/demuxers.texi
parent9134d2df5b17426b14dbc9c3411441c412af66b0 (diff)
docs/demuxers: add libopenmpt section
Signed-off-by: Josh de Kock <josh@itanimul.li>
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r--doc/demuxers.texi27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index e34f8b3fe6..69890c8410 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -267,6 +267,33 @@ track. Track indexes start at 0. The demuxer exports the number of tracks as
For very large files, the @option{max_size} option may have to be adjusted.
+@section libopenmpt
+
+libopenmpt based module demuxer
+
+See @url{https://lib.openmpt.org/libopenmpt/} for more information.
+
+Some files have multiple subsongs (tracks) this can be set with the @option{subsong}
+option.
+
+It accepts the following options:
+
+@table @option
+@item subsong
+Set the subsong index. This can be either 'all', 'auto', or the index of the
+subsong. Subsong indexes start at 0. The default is 'auto'.
+
+The default value is to let libopenmpt choose.
+
+@item layout
+Set the channel layout. Valid values are 1, 2, and 4 channel layouts.
+The default value is STEREO.
+
+@item sample_rate
+Set the sample rate for libopenmpt to output.
+Range is from 1000 to INT_MAX. The value default is 48000.
+@end table
+
@section gif
Animated GIF demuxer.