summaryrefslogtreecommitdiffstats
path: root/DOCS/man/encode.rst
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2024-04-03 20:27:19 -0400
committersfan5 <sfan5@live.de>2024-04-07 15:38:57 +0200
commitb1ee92ad4aec81dd31408d0c1223f0e9ea3cb738 (patch)
tree116e6591be7e0cf799bf4b5c7d988b8da8300953 /DOCS/man/encode.rst
parent3c1e98335127b28a7dc1b194e832b0e422f5ec9a (diff)
downloadmpv-b1ee92ad4aec81dd31408d0c1223f0e9ea3cb738.tar.bz2
mpv-b1ee92ad4aec81dd31408d0c1223f0e9ea3cb738.tar.xz
DOCS/man: unify flag option descriptions
In many places, flags options have duplicate descriptions like --break-player and --no-break-player. This is redundant since the equivalence of this syntax to --break-player=<yes|no> is already documented, and the =<yes|no> syntax is more in line with the syntax of other option types. This replaces all usage of --no-foobar with --foobar=no, and use --foobar=<yes|no> when possible.
Diffstat (limited to 'DOCS/man/encode.rst')
-rw-r--r--DOCS/man/encode.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/DOCS/man/encode.rst b/DOCS/man/encode.rst
index 399eba2a43..26f3d6cbc8 100644
--- a/DOCS/man/encode.rst
+++ b/DOCS/man/encode.rst
@@ -77,9 +77,8 @@ You can encode files from one format/codec to another using this facility.
and all pts are passed through as-is. Never seek backwards or use multiple
input files in this mode!
-``--no-ocopy-metadata``
- Turns off copying of metadata from input files to output files when
- encoding (which is enabled by default).
+``--ocopy-metadata=<yes|no>``
+ Copy metadata from input files to output files when encoding (default: yes).
``--oset-metadata=<metadata-tag[,metadata-tag,...]>``
Specifies metadata to include in the output file.