From e51cf79181b150d031f88683368f39c1b665aad1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 29 Apr 2018 02:21:59 +0200 Subject: 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.) --- DOCS/man/encode.rst | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) (limited to 'DOCS') 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=`` Appends the options given as arguments to the options list. - ``--ofopts-pre=`` - Prepends the options given as arguments to the options list. - - ``--ofopts-del=`` - 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=`` @@ -80,14 +73,7 @@ You can encode files from one format/codec to another using this facility. ``--oacopts-add=`` Appends the options given as arguments to the options list. - ``--oacopts-pre=`` - Prepends the options given as arguments to the options list. - - ``--oacopts-del=`` - 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 `` +``--ovcopts=`` 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=`` Appends the options given as arguments to the options list. - ``--ovcopts-pre=`` - Prepends the options given as arguments to the options list. - - ``--ovcopts-del=`` - 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`` -- cgit v1.2.3