summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-06-23 12:14:45 +0200
committerwm4 <wm4@nowhere>2016-06-23 12:14:45 +0200
commite911e208b850b68ba60555526d69fb329fbccb4f (patch)
tree0700bddaa6a9fdea23de86a241e550c9a48a72e1 /DOCS
parent5c74da4503d4c4bf317acec57aa40ce02d5d75ce (diff)
downloadmpv-e911e208b850b68ba60555526d69fb329fbccb4f.tar.bz2
mpv-e911e208b850b68ba60555526d69fb329fbccb4f.tar.xz
af_lavcac3enc: make encoder configurable
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/af.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/DOCS/man/af.rst b/DOCS/man/af.rst
index be90f09b62..8fe60250fb 100644
--- a/DOCS/man/af.rst
+++ b/DOCS/man/af.rst
@@ -70,7 +70,7 @@ Available filters are:
Set AVOptions on the SwrContext or AVAudioResampleContext. These should
be documented by FFmpeg or Libav.
-``lavcac3enc[=tospdif[:bitrate[:minch]]]``
+``lavcac3enc[=options]``
Encode multi-channel audio to AC-3 at runtime using libavcodec. Supports
16-bit native-endian input format, maximum 6 channels. The output is
big-endian when outputting a raw AC-3 stream, native-endian when
@@ -103,6 +103,10 @@ Available filters are:
If the input channel number is less than ``<minch>``, the filter will
detach itself (default: 3).
+ ``encoder=<name>``
+ Select the libavcodec encoder used. Currently, this should be an AC-3
+ encoder, and using another codec will fail horribly.
+
``equalizer=g1:g2:g3:...:g10``
10 octave band graphic equalizer, implemented using 10 IIR band-pass
filters. This means that it works regardless of what type of audio is