From 7c2bf06615174a99a0685ffbf8d23bfd27551ff5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 22 Jul 2013 14:47:12 +0200 Subject: af_lavrresample: switch to new option API Also add a "o" suboption, which should allow fine control over libavresample. --- DOCS/man/en/af.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'DOCS') 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=`` - The output sample rate. - ``length=`` + ``filter-size=`` Length of the filter with respect to the lower sampling rate. (default: 16) - ``phase_shift=`` + ``phase-shift=`` Log2 of the number of polyphase entries. (..., 10->1024, 11->2048, 12->4096, ...) (default: 10->1024) ``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=`` + 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 -- cgit v1.2.3