From c8d955571dbf15d7aa0280c439c964907ded32f4 Mon Sep 17 00:00:00 2001 From: TheAMM Date: Sat, 16 Dec 2017 14:14:26 +0200 Subject: encode: rename option --ometadata to --ocopy-metadata --copy-metadata describes the result of the option better, (copying metadata from the source file to the output file). Marks the old --no-ometadata OPT_REMOVED with a suggestion for the new --no-ocopy-metadata. --- DOCS/interface-changes.rst | 1 + DOCS/man/encode.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'DOCS') diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst index 9a334c976f..66d284cdd0 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -67,6 +67,7 @@ Interface changes - deprecate the --ff-aid, --ff-vid, --ff-sid options and properties (there is no replacement, but you can manually query the track property and use the "ff-index" field to find the mpv track ID to imitate this behavior) + - rename --no-ometadata to --no-ocopy-metadata --- mpv 0.27.0 --- - drop previously deprecated --field-dominance option - drop previously deprecated "osd" command diff --git a/DOCS/man/encode.rst b/DOCS/man/encode.rst index 794b8a1df2..3182f85fcd 100644 --- a/DOCS/man/encode.rst +++ b/DOCS/man/encode.rst @@ -150,6 +150,6 @@ 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-ometadata`` +``--no-ocopy-metadata`` Turns off copying of metadata from input files to output files when encoding (which is enabled by default). -- cgit v1.2.3