summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
-rw-r--r--DOCS/man/encode.rst8
2 files changed, 5 insertions, 4 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index a39043dc9b..456b4ef473 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -93,6 +93,7 @@ Interface changes
playback only in the player initialization phase. It could change again in
the future. (This kind of waiting was always a feature to prevent that
playback is started while scripts are only half-loaded.)
+ - deprecate --ovoffset, --oaoffset, --ovfirst, --oafirst
--- mpv 0.28.0 ---
- rename --hwdec=mediacodec option to mediacodec-copy, to reflect
conventions followed by other hardware video decoding APIs
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=<value>``
Shifts audio data by the given time (in seconds) by adding/removing
- samples at the start.
+ samples at the start. Deprecated.
``--oacopts=<options>``
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=<codec>``
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=<value>``
Shifts video data by the given time (in seconds) by shifting the pts
- values.
+ values. Deprecated.
``--ovcopts <options>``
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