summaryrefslogtreecommitdiffstats
path: root/DOCS/man/encode.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/encode.rst')
-rw-r--r--DOCS/man/encode.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/DOCS/man/encode.rst b/DOCS/man/encode.rst
index 4c885ea168..e897a342cf 100644
--- a/DOCS/man/encode.rst
+++ b/DOCS/man/encode.rst
@@ -15,8 +15,7 @@ You can encode files from one format/codec to another using this facility.
Specifies the output format options for libavformat.
See ``--ofopts=help`` for a full list of supported options.
- Options are managed in lists. There are a few commands to manage the
- options list.
+ This is a key/value list option. See `List Options`_ for details.
``--ofopts-add=<options1[,options2,...]>``
Appends the options given as arguments to the options list.
@@ -41,8 +40,7 @@ You can encode files from one format/codec to another using this facility.
"``--oac=libmp3lame --oacopts=b=128000``"
selects 128 kbps MP3 encoding.
- Options are managed in lists. There are a few commands to manage the
- options list.
+ This is a key/value list option. See `List Options`_ for details.
``--oacopts-add=<options1[,options2,...]>``
Appends the options given as arguments to the options list.
@@ -74,8 +72,7 @@ You can encode files from one format/codec to another using this facility.
``"--ovc=libx264 --ovcopts=crf=23"``
selects VBR quality factor 23 for H.264 encoding.
- Options are managed in lists. There are a few commands to manage the
- options list.
+ This is a key/value list option. See `List Options`_ for details.
``--ovcopts-add=<options1[,options2,...]>``
Appends the options given as arguments to the options list.
@@ -103,6 +100,8 @@ You can encode files from one format/codec to another using this facility.
FLAC allow almost arbitrary keys, while support in MP4 and MP3 is more
limited.
+ This is a key/value list option. See `List Options`_ for details.
+
.. admonition:: Example
"``--oset-metadata=title="Output title",comment="Another tag"``"
@@ -112,6 +111,8 @@ You can encode files from one format/codec to another using this facility.
Specifies metadata to exclude from the output file when copying from the
input file.
+ This is a string list option. See `List Options`_ for details.
+
.. admonition:: Example
"``--oremove-metadata=comment,genre``"