From c3316ddb83e7d88dcac5500d4d6625fb28d5450b Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 28 Jun 2013 10:36:00 +0200 Subject: lavf: add support for libgme Reviewed-by: Stefano Sabatini Signed-off-by: Michael Niedermayer --- doc/demuxers.texi | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc') diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 9cfa954bc4..1a4d739268 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -103,6 +103,19 @@ probed and 0 otherwise. @end table +@section libgme + +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. + +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. + +For very large files, the @option{max_size} option may have to be adjusted. + @section libquvi Play media from Internet services using the quvi project. -- cgit v1.2.3