manpage: fixes

Add missing documentation for --quvi-format switch.

Fix description how hw decoding is enabled. The old way currently still
works, but is deprecated.
This commit is contained in:
wm4 2013-01-31 00:39:45 +01:00
parent fd5637888a
commit 6469322c5a
2 changed files with 11 additions and 3 deletions

View File

@ -1573,6 +1573,16 @@
Particularly useful on slow terminals or broken ones which do not properly
handle carriage return (i.e. \\r).
--quvi-format=<best|default|...>
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``
(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``.
--radio=<option1:option2:...>
These options set various parameters of the radio capture module. For
listening to radio with mpv use ``radio://<frequency>`` (if channels

View File

@ -62,9 +62,7 @@ x11 (X11 only)
vdpau (X11 only)
Uses the VDPAU interface to display and optionally also decode video.
Hardware decoding is used with ``--vc=ffmpeg12vdpau``,
``--vc=ffwmv3vdpau``, ``--vc=ffvc1vdpau``, ``--vc=ffh264vdpau`` or
``--vc=ffodivxvdpau``.
Hardware decoding is used with ``--hwdec=vdpau``.
sharpen=<-1-1>
For positive values, apply a sharpening algorithm to the video, for