summaryrefslogtreecommitdiff
path: root/doc/demuxers.texi
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2018-12-04 18:05:53 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2018-12-04 18:06:43 +0530
commitaae7e009b3a91031c4f71141450431384f4b0380 (patch)
tree1d199ccd87f71b497508d2e8e2b26a22a0d7e930 /doc/demuxers.texi
parent8bd791969960d6258177ebf8b68391fd4b432fd1 (diff)
downloadffmpeg-aae7e009b3a91031c4f71141450431384f4b0380.tar.gz
doc: libgme
Add entry in external library list and add details to demuxer entry.
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r--doc/demuxers.texi24
1 files changed, 18 insertions, 6 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index aad94eb50e..e0f6ec3579 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -481,14 +481,26 @@ ffmpeg -framerate 10 -pattern_type glob -i "*.png" out.mkv
The Game Music Emu library is a collection of video game music file emulators.
-See @url{http://code.google.com/p/game-music-emu/} for more information.
+See @url{https://bitbucket.org/mpyne/game-music-emu/overview} for more information.
-Some files have multiple tracks. The demuxer will pick the first track by
-default. The @option{track_index} option can be used to select a different
-track. Track indexes start at 0. The demuxer exports the number of tracks as
-@var{tracks} meta data entry.
+It accepts the following options:
+
+@table @option
+
+@item track_index
+Set the index of which track to demux. The demuxer can only export one track.
+Track indexes start at 0. Default is to pick the first track. Number of tracks
+is exported as @var{tracks} metadata entry.
-For very large files, the @option{max_size} option may have to be adjusted.
+@item sample_rate
+Set the sampling rate of the exported track. Range is 1000 to 999999. Default is 44100.
+
+@item max_size @emph{(bytes)}
+The demuxer buffers the entire file into memory. Adjust this value to set the maximum buffer size,
+which in turn, acts as a ceiling for the size of files that can be read.
+Default is 50 MiB.
+
+@end table
@section libopenmpt