summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-22 14:47:12 +0200
committerwm4 <wm4@nowhere>2013-07-22 15:11:04 +0200
commit7c2bf06615174a99a0685ffbf8d23bfd27551ff5 (patch)
tree61d1fc31775193d50f24b3fca024e00497cc650c /DOCS
parent1189f64dd1c9edabeee92af00aa694cc4e662315 (diff)
downloadmpv-7c2bf06615174a99a0685ffbf8d23bfd27551ff5.tar.bz2
mpv-7c2bf06615174a99a0685ffbf8d23bfd27551ff5.tar.xz
af_lavrresample: switch to new option API
Also add a "o" suboption, which should allow fine control over libavresample.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/af.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/DOCS/man/en/af.rst b/DOCS/man/en/af.rst
index 3a6eaa6e37..63630fd591 100644
--- a/DOCS/man/en/af.rst
+++ b/DOCS/man/en/af.rst
@@ -37,12 +37,10 @@ Available filters are:
It supports only the following sample formats: u8, s16ne, s32ne, floatne.
- ``srate=<srate>``
- The output sample rate.
- ``length=<length>``
+ ``filter-size=<length>``
Length of the filter with respect to the lower sampling rate. (default:
16)
- ``phase_shift=<count>``
+ ``phase-shift=<count>``
Log2 of the number of polyphase entries. (..., 10->1024, 11->2048,
12->4096, ...) (default: 10->1024)
``cutoff=<cutoff>``
@@ -55,6 +53,9 @@ Available filters are:
You should add this option if you specify additional parameters, as
automatically inserted lavrresample instances will use the default
settings.
+ ``o=<string>``
+ Set AVOptions on the SwrContext or AVAudioResampleContext. These should
+ be documented by FFmpeg or Libav.
``lavcac3enc[=tospdif[:bitrate[:minchn]]]``
Encode multi-channel audio to AC-3 at runtime using libavcodec. Supports