diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-04 08:22:32 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-10 12:09:20 +0200 |
commit | 2a7f885fe1cfaaefe35252d68366d0d5709cd745 (patch) | |
tree | 9a69386c944a5242ff63f1a5992ca09af3cbc84d /doc/demuxers.texi | |
parent | 89388a953a51abd61efeb1d10f621d2ce408e44e (diff) | |
download | ffmpeg-2a7f885fe1cfaaefe35252d68366d0d5709cd745.tar.gz |
lavf: add libquvi demuxer.
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r-- | doc/demuxers.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 03d4f59118..c75e1abd8d 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -103,6 +103,18 @@ probed and 0 otherwise. @end table +@section libquvi + +Play media from Internet services using the quvi project. + +The demuxer accepts a @option{format} option to request a specific quality. It +is by default set to @var{best}. + +See @url{http://quvi.sourceforge.net/} for more information. + +FFmpeg needs to be built with @code{--enable-libquvi} for this demuxer to be +enabled. + @section image2 Image file demuxer. |