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:
parent
6d236bd96e
commit
c94ede9e62
@ -32,7 +32,7 @@ Interface changes
|
|||||||
- "vo-drop-frame-count" to "frame-drop-count"
|
- "vo-drop-frame-count" to "frame-drop-count"
|
||||||
The old names still work, but are deprecated.
|
The old names still work, but are deprecated.
|
||||||
- remove the --stream-capture option and property. No replacement.
|
- 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-justify
|
||||||
- add --sub-ass-justify
|
- add --sub-ass-justify
|
||||||
- internally there's a different way to enable the demuxer cache now
|
- internally there's a different way to enable the demuxer cache now
|
||||||
|
@ -4863,7 +4863,7 @@ Miscellaneous
|
|||||||
This does not affect playlist expansion, redirection, or other loading of
|
This does not affect playlist expansion, redirection, or other loading of
|
||||||
referenced files like with ordered chapters.
|
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
|
Record the current stream to the given target file. The target file will
|
||||||
always be overwritten without asking.
|
always be overwritten without asking.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user