summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2013-09-08 12:02:30 +0200
committerMartin Herkt <lachs0r@srsfckn.biz>2013-09-08 12:02:30 +0200
commitc9873ea06c859cede210e56d418e6d683f3c9cf7 (patch)
tree6cdfb6dd54e312982210940cb94c481edf6d038f /DOCS
parent856c58aa9c47da9a1c42385d2923ebe4735e3a90 (diff)
downloadmpv-c9873ea06c859cede210e56d418e6d683f3c9cf7.tar.bz2
mpv-c9873ea06c859cede210e56d418e6d683f3c9cf7.tar.xz
Manpage: Fix formatting (mostly for PDF output)
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/af.rst10
-rw-r--r--DOCS/man/en/mpv.rst4
-rw-r--r--DOCS/man/en/options.rst11
-rw-r--r--DOCS/man/en/vo.rst7
4 files changed, 19 insertions, 13 deletions
diff --git a/DOCS/man/en/af.rst b/DOCS/man/en/af.rst
index 01efd4119d..a6ad32989c 100644
--- a/DOCS/man/en/af.rst
+++ b/DOCS/man/en/af.rst
@@ -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
diff --git a/DOCS/man/en/mpv.rst b/DOCS/man/en/mpv.rst
index 8931a129f2..d769d34b29 100644
--- a/DOCS/man/en/mpv.rst
+++ b/DOCS/man/en/mpv.rst
@@ -12,7 +12,7 @@ a movie player
##############
:Author: wm4
-:Date: 2013-07-08
+:Date: 2013-09-08
:Copyright: GPLv3
:Version: git
:Manual section: 1
@@ -410,7 +410,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]
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 81fee482af..8682c3df9d 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -679,8 +679,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``
@@ -1039,7 +1041,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::
diff --git a/DOCS/man/en/vo.rst b/DOCS/man/en/vo.rst
index c78f6ad148..0edf00fe5c 100644
--- a/DOCS/man/en/vo.rst
+++ b/DOCS/man/en/vo.rst
@@ -275,7 +275,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
@@ -619,8 +621,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.