mirror of https://github.com/mpv-player/mpv
Manpage: Fix formatting (mostly for PDF output)
This commit is contained in:
parent
7dbed3f019
commit
2a79912ef1
|
@ -313,12 +313,12 @@ Available filters are:
|
|||
channels 0 and 1 into output channel 2 (which could be sent to a
|
||||
subwoofer for example).
|
||||
|
||||
.. note::
|
||||
.. note::
|
||||
|
||||
If you just want to force remixing to a certain output channel
|
||||
layout, it is easier to use the ``force`` filter. For example,
|
||||
``mpv '--af=force=channels=5.1' '--channels=5.1'`` would always
|
||||
force remixing audio to 5.1 and output it like this.
|
||||
If you just want to force remixing to a certain output channel layout,
|
||||
it is easier to use the ``force`` filter. For example,
|
||||
``mpv '--af=force=channels=5.1' '--channels=5.1'`` would always force
|
||||
remixing audio to 5.1 and output it like this.
|
||||
|
||||
``sub[=fc:ch]``
|
||||
Adds a subwoofer channel to the audio stream. The audio data used for
|
||||
|
|
|
@ -12,7 +12,7 @@ a movie player
|
|||
##############
|
||||
|
||||
:Author: wm4
|
||||
:Date: 2013-07-08
|
||||
:Date: 2013-09-08
|
||||
:Copyright: GPLv3
|
||||
:Version: git
|
||||
:Manual section: 1
|
||||
|
@ -408,7 +408,7 @@ profile name ``default`` to continue with normal options.
|
|||
::
|
||||
|
||||
[vo.vdpau]
|
||||
# Use hardware decoding (this might break playback of some h264 files)
|
||||
# Use hardware decoding (might break playback of some h264 files)
|
||||
hwdec=vdpau
|
||||
|
||||
[protocol.dvd]
|
||||
|
|
|
@ -667,8 +667,10 @@
|
|||
|
||||
.. admonition:: Example
|
||||
|
||||
- ``mpv sample-720x576.yuv --demuxer=rawvideo --demuxer-rawvideo=w=720:h=576``
|
||||
Play a raw YUV sample.
|
||||
Play a raw YUV sample::
|
||||
|
||||
mpv sample-720x576.yuv --demuxer=rawvideo \
|
||||
--demuxer-rawvideo=w=720:h=576
|
||||
|
||||
``--demuxer-rawvideo-format=<value>``
|
||||
Colorspace (fourcc) in hex or string for ``--demuxer=rawvideo``
|
||||
|
@ -1027,7 +1029,10 @@
|
|||
|
||||
.. admonition:: Example
|
||||
|
||||
``mpv --http-header-fields='Field1: value1','Field2: value2' http://localhost:1234``
|
||||
::
|
||||
|
||||
mpv --http-header-fields='Field1: value1','Field2: value2' \
|
||||
http://localhost:1234
|
||||
|
||||
Will generate HTTP request::
|
||||
|
||||
|
|
|
@ -265,7 +265,9 @@ Available video output drivers are:
|
|||
|
||||
|
||||
There are some more filters. For a complete list, pass ``help`` as
|
||||
value, e.g.: ``mpv --vo=opengl:lscale=help``
|
||||
value, e.g.::
|
||||
|
||||
mpv --vo=opengl:lscale=help
|
||||
|
||||
``lparam1=<value>``
|
||||
Set filter parameters. Ignored if the filter is not tunable. These are
|
||||
|
@ -609,8 +611,7 @@ Available video output drivers are:
|
|||
The following options are only useful if writing your own fragment programs.
|
||||
|
||||
``customprog=<filename>``
|
||||
Load a custom fragment program from ``<filename>``. See
|
||||
``TOOLS/edgedect.fp`` for an example.
|
||||
Load a custom fragment program from ``<filename>``.
|
||||
``customtex=<filename>``
|
||||
Load a custom "gamma ramp" texture from ``<filename>``. This can be used
|
||||
in combination with ``yuv=4`` or with the ``customprog`` option.
|
||||
|
|
Loading…
Reference in New Issue