From f2b026f941eb3d88b823245668783d90c979d874 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 19 Apr 2018 19:34:52 +0200 Subject: encoding: deprecate a bunch of obscure options --audio-delay does not work correctly yet, but hopefully this can be fixed later. --- DOCS/man/encode.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'DOCS/man/encode.rst') diff --git a/DOCS/man/encode.rst b/DOCS/man/encode.rst index 2c5bc14ddc..0edf7e7215 100644 --- a/DOCS/man/encode.rst +++ b/DOCS/man/encode.rst @@ -65,7 +65,7 @@ You can encode files from one format/codec to another using this facility. ``--oaoffset=`` Shifts audio data by the given time (in seconds) by adding/removing - samples at the start. + samples at the start. Deprecated. ``--oacopts=`` Specifies the output audio codec options for libavcodec. @@ -94,7 +94,7 @@ You can encode files from one format/codec to another using this facility. ``--oafirst`` Force the audio stream to become the first stream in the output. - By default, the order is unspecified. + By default, the order is unspecified. Deprecated. ``--ovc=`` Specifies the output video codec. This can be a comma separated list of @@ -103,7 +103,7 @@ You can encode files from one format/codec to another using this facility. ``--ovoffset=`` Shifts video data by the given time (in seconds) by shifting the pts - values. + values. Deprecated. ``--ovcopts `` Specifies the output video codec options for libavcodec. @@ -135,7 +135,7 @@ You can encode files from one format/codec to another using this facility. ``--ovfirst`` Force the video stream to become the first stream in the output. - By default, the order is unspecified. + By default, the order is unspecified. Deprecated. ``--ocopyts`` Copies input pts to the output video (not supported by some output -- cgit v1.2.3