Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMenno <mrdegier@gmail.com>2018-02-05 12:54:53 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2018-02-07 01:07:10 +0300
commit204c7caf0d77bdfd73196ffee00695222d0ff2cb (patch)
tree4448d99edb8c8d782cdae6e6b90846e073a74d7d /doc
parent26d879c1cea176d4f0e0a47d4b641c86495aa0e8 (diff)
avcodec/libopus: support disabling phase inversion.
Signed-off-by: Menno <mrdegier@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/encoders.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 6a410a8cb6..c5dfc646d9 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -981,6 +981,11 @@ Other values include 0 for mono and stereo, 1 for surround sound with masking
and LFE bandwidth optimizations, and 255 for independent streams with an
unspecified channel layout.
+@item apply_phase_inv (N.A.) (requires libopus >= 1.2)
+If set to 0, disables the use of phase inversion for intensity stereo,
+improving the quality of mono downmixes, but slightly reducing normal stereo
+quality. The default is 1 (phase inversion enabled).
+
@end table
@anchor{libshine}