summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-27 21:31:43 +0100
committerwm4 <wm4@nowhere>2014-12-27 21:31:43 +0100
commit460f47ef7a7d0e36cfeea43a20e39e420f8d1482 (patch)
tree5f99bdb054ad1368816678acb7a408f88fcd3b50
parenta608a0cd8e8b28d5b42d9e07168c307d7a2ffc73 (diff)
downloadmpv-460f47ef7a7d0e36cfeea43a20e39e420f8d1482.tar.bz2
mpv-460f47ef7a7d0e36cfeea43a20e39e420f8d1482.tar.xz
manpage: document new --stream-dump behavior
That's probably a good idea.
-rw-r--r--DOCS/man/options.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 2f3a887d5f..1635461ec5 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3211,6 +3211,9 @@ Miscellaneous
interrupted. Note that, due to cache latencies, captured data may begin and
end somewhat delayed compared to what you see displayed.
+ The destination file is always appended. (Before mpv 0.8.0, the file was
+ overwritten.)
+
``--stream-dump=<filename>``
Same as ``--stream-capture``, but do not start playback. Instead, the entire
file is dumped.