summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-04-29 02:21:59 +0200
committerJan Ekström <jeebjp@gmail.com>2018-05-03 01:08:44 +0300
commite51cf79181b150d031f88683368f39c1b665aad1 (patch)
tree3ebb2eb1a1654966080fbdb634a7e4228a764b91
parent36b0dea89e5f4872044f33ebdf5b9ee5b1d217b7 (diff)
downloadmpv-e51cf79181b150d031f88683368f39c1b665aad1.tar.bz2
mpv-e51cf79181b150d031f88683368f39c1b665aad1.tar.xz
manpage: -pre, -del etc. does not work on some options anymore
With the internal change from stringlist to keyvaluelist, these sub-options stop working. I don't really care enough to bring them back. (Order doesn't matter, -del always seemed annoying.)
-rw-r--r--DOCS/man/encode.rst29
1 files changed, 4 insertions, 25 deletions
diff --git a/DOCS/man/encode.rst b/DOCS/man/encode.rst
index 9169f4781b..73c1b6b35c 100644
--- a/DOCS/man/encode.rst
+++ b/DOCS/man/encode.rst
@@ -21,14 +21,7 @@ You can encode files from one format/codec to another using this facility.
``--ofopts-add=<options1[,options2,...]>``
Appends the options given as arguments to the options list.
- ``--ofopts-pre=<options1[,options2,...]>``
- Prepends the options given as arguments to the options list.
-
- ``--ofopts-del=<index1[,index2,...]>``
- Deletes the options at the given indexes. Index numbers start at 0,
- negative numbers address the end of the list (-1 is the last).
-
- ``--ofopts-clr``
+ ``--ofopts=""``
Completely empties the options list.
``--ofps=<float value>``
@@ -80,14 +73,7 @@ You can encode files from one format/codec to another using this facility.
``--oacopts-add=<options1[,options2,...]>``
Appends the options given as arguments to the options list.
- ``--oacopts-pre=<options1[,options2,...]>``
- Prepends the options given as arguments to the options list.
-
- ``--oacopts-del=<index1[,index2,...]>``
- Deletes the options at the given indexes. Index numbers start at 0,
- negative numbers address the end of the list (-1 is the last).
-
- ``--oacopts-clr``
+ ``--oacopts=""``
Completely empties the options list.
``--oafirst``
@@ -102,7 +88,7 @@ You can encode files from one format/codec to another using this facility.
Shifts video data by the given time (in seconds) by shifting the pts
values. Deprecated.
-``--ovcopts <options>``
+``--ovcopts=<options>``
Specifies the output video codec options for libavcodec.
See --ovcopts=help for a full list of supported options.
@@ -120,14 +106,7 @@ You can encode files from one format/codec to another using this facility.
``--ovcopts-add=<options1[,options2,...]>``
Appends the options given as arguments to the options list.
- ``--ovcopts-pre=<options1[,options2,...]>``
- Prepends the options given as arguments to the options list.
-
- ``--ovcopts-del=<index1[,index2,...]>``
- Deletes the options at the given indexes. Index numbers start at 0,
- negative numbers address the end of the list (-1 is the last).
-
- ``--ovcopts-clr``
+ ``--ovcopts=""``
Completely empties the options list.
``--ovfirst``