X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fdemuxers.texi;h=69890c84104ffcad9cc0689eb89846de8f234f86;hb=5114c62902d3726b898df5628b1eaf98b4a87027;hp=e34f8b3fe667301ece6c2b559207d09291161123;hpb=4b90413cb26eea61a23bc5e9672543cc7da81f92;p=ffmpeg diff --git a/doc/demuxers.texi b/doc/demuxers.texi index e34f8b3fe66..69890c84104 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.