summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-15 14:25:20 +0100
committerwm4 <wm4@nowhere>2012-11-16 21:21:14 +0100
commitd7de05f6c15d29b11a2d21da1b071d625f060af8 (patch)
tree701ef3ddb513c40371dc41abb5df54b3bee7d95f /DOCS/man/en/changes.rst
parent88cfe47614f18b031b659c13951190405a0c8d31 (diff)
downloadmpv-d7de05f6c15d29b11a2d21da1b071d625f060af8.tar.bz2
mpv-d7de05f6c15d29b11a2d21da1b071d625f060af8.tar.xz
manpage: various fixes
Diffstat (limited to 'DOCS/man/en/changes.rst')
-rw-r--r--DOCS/man/en/changes.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/DOCS/man/en/changes.rst b/DOCS/man/en/changes.rst
index 5febb3afd2..ac36feda21 100644
--- a/DOCS/man/en/changes.rst
+++ b/DOCS/man/en/changes.rst
@@ -57,11 +57,12 @@ General changes for mplayer2 to mpv
* Removal of teletext support
* Replace image VOs (``--vo=jpeg`` etc.) with ``--vo=image``
* Do not lose settings when playing a new file in the same player instance
-* New location for config files, new name for the binary. (Planned change.)
+* New location for config files, new name for the binary.
* Slave mode compatibility broken (see below)
-* Encoding functionality (replacement for mencoder)
- (Remove ``--vo=gif89a``, ``--vo=md5sum``, ``--vo=yuv4mpeg``, as encoding can
- handle these use cases.)
+* Encoding functionality (replacement for mencoder, see ``DOCS/encoding.rst``)
+* Remove ``--vo=gif89a``, ``--vo=md5sum``, ``--vo=yuv4mpeg``, as encoding can
+ handle these use cases. For yuv4mpeg, for example, use:
+ ``mpv input.mkv -o output.y4m --no-audio``.
* Image subtitles (DVDs etc.) are rendered in color and use more correct
positioning
* General code cleanups
@@ -149,7 +150,8 @@ Other
~~~~~
* The playtree has been removed. **mpv**'s internal playlist is a simple and
- flat list now. This makes the code easier, and makes using it less confusing.
+ flat list now. This makes the code easier, and makes **mpv** usage less
+ confusing.
* Slave mode is broken. This mode is entirely insane in the ``old`` versions of
mplayer. A proper slave mode application needed tons of code and hacks to get
it right. The main problem is that slave mode is a bad and incomplete