1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00

manpage: fix incorrect option name for --record-file

Also the one in interface-changes.rst.

Fixes #4121.
This commit is contained in:
wm4 2017-02-08 06:54:47 +01:00
parent 6d236bd96e
commit c94ede9e62
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ Interface changes
- "vo-drop-frame-count" to "frame-drop-count"
The old names still work, but are deprecated.
- remove the --stream-capture option and property. No replacement.
(--stream-record might serve as alternative)
(--record-file might serve as alternative)
- add --sub-justify
- add --sub-ass-justify
- internally there's a different way to enable the demuxer cache now

View File

@ -4863,7 +4863,7 @@ Miscellaneous
This does not affect playlist expansion, redirection, or other loading of
referenced files like with ordered chapters.
``--record-stream=<file>``
``--record-file=<file>``
Record the current stream to the given target file. The target file will
always be overwritten without asking.