summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-12 17:23:47 +0200
committerwm4 <wm4@nowhere>2013-06-13 00:49:27 +0200
commit6c3a4ba9f91a4073154c037f716ef4f11f0671e6 (patch)
tree801a86b21f051a5f440ac5580144de67f462c90c /DOCS/man
parent4ffaf4868e1f86b0a9ac5761fa38b6c7caa1eafa (diff)
downloadmpv-6c3a4ba9f91a4073154c037f716ef4f11f0671e6.tar.bz2
mpv-6c3a4ba9f91a4073154c037f716ef4f11f0671e6.tar.xz
manpage: adjust y4m output example
The additional flags are needed to get the muxer to write the source video frame rate (instead of a fallback) for 100% equivalence to the replaced MPlayer/mplayer2 y4m writer.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/changes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/en/changes.rst b/DOCS/man/en/changes.rst
index c1d924e224..49d27c9415 100644
--- a/DOCS/man/en/changes.rst
+++ b/DOCS/man/en/changes.rst
@@ -64,7 +64,7 @@ General changes for mplayer2 to mpv
* 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``.
+ ``mpv input.mkv -o output.y4m --no-audio --oautofps --oneverdrop``.
* Image subtitles (DVDs etc.) are rendered in color and use more correct
positioning (color can be disabled with ``--sub-gray``)
* General code cleanups