[FFmpeg-cvslog] doc/filters: update biquad filters with commands section

Paul B Mahol git at videolan.org
Mon Dec 18 16:25:47 EET 2017


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Mon Dec 18 15:24:00 2017 +0100| [5f2c4d044f769c598d7443b6c8fb7e9402f83de8] | committer: Paul B Mahol

doc/filters: update biquad filters with commands section

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5f2c4d044f769c598d7443b6c8fb7e9402f83de8
---

 doc/filters.texi | 162 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 162 insertions(+)

diff --git a/doc/filters.texi b/doc/filters.texi
index da6cb9da77..fc912b6716 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1136,6 +1136,23 @@ Specify the band-width of a filter in width_type units.
 Specify which channels to filter, by default all available are filtered.
 @end table
 
+ at subsection Commands
+
+This filter supports the following commands:
+ at table @option
+ at item frequency, f
+Change allpass frequency.
+Syntax for the command is : "@var{frequency}"
+
+ at item width_type, t
+Change allpass width_type.
+Syntax for the command is : "@var{width_type}"
+
+ at item width, w
+Change allpass width.
+Syntax for the command is : "@var{width}"
+ at end table
+
 @section aloop
 
 Loop audio samples.
@@ -1876,6 +1893,23 @@ Specify the band-width of a filter in width_type units.
 Specify which channels to filter, by default all available are filtered.
 @end table
 
+ at subsection Commands
+
+This filter supports the following commands:
+ at table @option
+ at item frequency, f
+Change bandpass frequency.
+Syntax for the command is : "@var{frequency}"
+
+ at item width_type, t
+Change bandpass width_type.
+Syntax for the command is : "@var{width_type}"
+
+ at item width, w
+Change bandpass width.
+Syntax for the command is : "@var{width}"
+ at end table
+
 @section bandreject
 
 Apply a two-pole Butterworth band-reject filter with central
@@ -1908,6 +1942,23 @@ Specify the band-width of a filter in width_type units.
 Specify which channels to filter, by default all available are filtered.
 @end table
 
+ at subsection Commands
+
+This filter supports the following commands:
+ at table @option
+ at item frequency, f
+Change bandreject frequency.
+Syntax for the command is : "@var{frequency}"
+
+ at item width_type, t
+Change bandreject width_type.
+Syntax for the command is : "@var{width_type}"
+
+ at item width, w
+Change bandreject width.
+Syntax for the command is : "@var{width}"
+ at end table
+
 @section bass
 
 Boost or cut the bass (lower) frequencies of the audio using a two-pole
@@ -1947,6 +1998,27 @@ Determine how steep is the filter's shelf transition.
 Specify which channels to filter, by default all available are filtered.
 @end table
 
+ at subsection Commands
+
+This filter supports the following commands:
+ at table @option
+ at item frequency, f
+Change bass frequency.
+Syntax for the command is : "@var{frequency}"
+
+ at item width_type, t
+Change bass width_type.
+Syntax for the command is : "@var{width_type}"
+
+ at item width, w
+Change bass width.
+Syntax for the command is : "@var{width}"
+
+ at item gain, g
+Change bass gain.
+Syntax for the command is : "@var{gain}"
+ at end table
+
 @section biquad
 
 Apply a biquad IIR filter with the given coefficients.
@@ -1955,6 +2027,20 @@ are the numerator and denominator coefficients respectively.
 and @var{channels}, @var{c} specify which channels to filter, by default all
 available are filtered.
 
+ at subsection Commands
+
+This filter supports the following commands:
+ at table @option
+ at item a0
+ at item a1
+ at item a2
+ at item b0
+ at item b1
+ at item b2
+Change biquad parameter.
+Syntax for the command is : "@var{value}"
+ at end table
+
 @section bs2b
 Bauer stereo to binaural transformation, which improves headphone listening of
 stereo audio records.
@@ -2584,6 +2670,27 @@ equalizer=f=1000:t=q:w=1:g=2,equalizer=f=100:t=q:w=2:g=-5
 @end example
 @end itemize
 
+ at subsection Commands
+
+This filter supports the following commands:
+ at table @option
+ at item frequency, f
+Change equalizer frequency.
+Syntax for the command is : "@var{frequency}"
+
+ at item width_type, t
+Change equalizer width_type.
+Syntax for the command is : "@var{width_type}"
+
+ at item width, w
+Change equalizer width.
+Syntax for the command is : "@var{width}"
+
+ at item gain, g
+Change equalizer gain.
+Syntax for the command is : "@var{gain}"
+ at end table
+
 @section extrastereo
 
 Linearly increases the difference between left and right channels which
@@ -2983,6 +3090,23 @@ The default is 0.707q and gives a Butterworth response.
 Specify which channels to filter, by default all available are filtered.
 @end table
 
+ at subsection Commands
+
+This filter supports the following commands:
+ at table @option
+ at item frequency, f
+Change highpass frequency.
+Syntax for the command is : "@var{frequency}"
+
+ at item width_type, t
+Change highpass width_type.
+Syntax for the command is : "@var{width_type}"
+
+ at item width, w
+Change highpass width.
+Syntax for the command is : "@var{width}"
+ at end table
+
 @section join
 
 Join multiple input streams into one multi-channel stream.
@@ -3281,6 +3405,23 @@ lowpass=c=LFE
 @end example
 @end itemize
 
+ at subsection Commands
+
+This filter supports the following commands:
+ at table @option
+ at item frequency, f
+Change lowpass frequency.
+Syntax for the command is : "@var{frequency}"
+
+ at item width_type, t
+Change lowpass width_type.
+Syntax for the command is : "@var{width_type}"
+
+ at item width, w
+Change lowpass width.
+Syntax for the command is : "@var{width}"
+ at end table
+
 @section lv2
 
 Load a LV2 (LADSPA Version 2) plugin.
@@ -4162,6 +4303,27 @@ Determine how steep is the filter's shelf transition.
 Specify which channels to filter, by default all available are filtered.
 @end table
 
+ at subsection Commands
+
+This filter supports the following commands:
+ at table @option
+ at item frequency, f
+Change treble frequency.
+Syntax for the command is : "@var{frequency}"
+
+ at item width_type, t
+Change treble width_type.
+Syntax for the command is : "@var{width_type}"
+
+ at item width, w
+Change treble width.
+Syntax for the command is : "@var{width}"
+
+ at item gain, g
+Change treble gain.
+Syntax for the command is : "@var{gain}"
+ at end table
+
 @section tremolo
 
 Sinusoidal amplitude modulation.



More information about the ffmpeg-cvslog mailing list