diff options
author | wm4 <wm4@nowhere> | 2013-06-27 18:21:07 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-06-28 15:47:35 +0200 |
commit | 5f664d78e6e9bd5809dc7d0f12c4099e76582cb3 (patch) | |
tree | 618ad84b255a8f99afbb196a71d0d29eec90faac /DOCS | |
parent | ac79eb733741d8d22bbd550be39fe63c28a575f9 (diff) | |
download | mpv-5f664d78e6e9bd5809dc7d0f12c4099e76582cb3.tar.bz2 mpv-5f664d78e6e9bd5809dc7d0f12c4099e76582cb3.tar.xz |
core: add libquvi 0.9 support
This adds support for libquvi 0.9.x, and these features:
- start time (part of youtube URL)
- youtube subtitles
- alternative source switching ('l' and 'L' keys)
- youtube playlists
Note that libquvi 0.9 is still in development. Although this seems to
be API stable now, it looks like there will be a 1.0 release, which is
supposed to be the next stable release and the actual successor of
libquvi 0.4.x.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/input.rst | 1 | ||||
-rw-r--r-- | DOCS/man/en/options.rst | 15 |
2 files changed, 15 insertions, 1 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst index bf6ec4437a..bc20a5c42e 100644 --- a/DOCS/man/en/input.rst +++ b/DOCS/man/en/input.rst @@ -399,6 +399,7 @@ tv-hue x track-list list of audio/video/sub tracks, cur. entr. marked chapter-list list of chapters, current entry marked playlist playlist, current entry marked +quvi-format x see ``--quvi-format`` =========================== = ================================================== .. _property_expansion: diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 690073e18b..8a5a9baa44 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -1567,12 +1567,25 @@ Video format/quality that is directly passed to libquvi (default: ``best``). This is used when opening links to streaming sites like YouTube. The interpretation of this value is highly specific to the streaming site and - the video. The only well defined values that work on all sites are ``best`` + the video. + + libquvi 0.4.x: + + The only well defined values that work on all sites are ``best`` (best quality/highest bandwidth, default), and ``default`` (lowest quality). The quvi command line tool can be used to find out which formats are supported for a given URL: ``quvi --query-formats URL``. + libquvi 0.9.x: + + The following explanations are relevant: + ``http://quvi.sourceforge.net/doc/0.9/glossary_termino.html#m_stream_id`` + + With 0.9.x, the ``quvi-format`` property can be used at runtime to cycle + through the list of formats. Unfortunately, this resets the playback + position and is slow too. + --radio=<option1:option2:...> These options set various parameters of the radio capture module. For listening to radio with mpv use ``radio://<frequency>`` (if channels |