summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorRudolf Polzer <divVerent@xonotic.org>2014-04-14 20:29:23 +0200
committerRudolf Polzer <divVerent@xonotic.org>2014-04-14 20:33:35 +0200
commita7c6c4656de1938729d27fb6f02b7e46a71c35fb (patch)
tree9531758c097f27a71f98268681de8fbaf3f9ef49 /DOCS
parent7178257bb69ca7bf597efbf2e2f35dd2628ff199 (diff)
downloadmpv-a7c6c4656de1938729d27fb6f02b7e46a71c35fb.tar.bz2
mpv-a7c6c4656de1938729d27fb6f02b7e46a71c35fb.tar.xz
New option --no-ometadata to opt out of including metadata when encoding.
This re-allows the previous behaviour of being able to reencode with metadata removed, which is useful when encoding "inconsistently" tagged data for a device/player that shows file names when tags are not present.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/encode.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/en/encode.rst b/DOCS/man/en/encode.rst
index 3608bfa896..b0d5ca3808 100644
--- a/DOCS/man/en/encode.rst
+++ b/DOCS/man/en/encode.rst
@@ -149,3 +149,7 @@ You can encode files from one format/codec to another using this facility.
container formats, e.g. AVI). In this mode, discontinuities are not fixed
and all pts are passed through as-is. Never seek backwards or use multiple
input files in this mode!
+
+``--no-ometadata``
+ Turns off copying of metadata from input files to output files when
+ encoding (which is enabled by default).