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:
authorKyle Swanson <k@ylo.ph>2015-10-24 08:08:19 +0300
committerPaul B Mahol <onemda@gmail.com>2015-10-26 22:56:17 +0300
commitdcb95ef48255ac2462dbbb8abb3d054013fc4721 (patch)
tree211e5ddcb2a49a08a7383338137a0f1c7b2d1241 /doc
parent51ee62d50b194422d1318e403a4c7780f65e2b70 (diff)
avfilter: add vibrato filter
Signed-off-by: Kyle Swanson <k@ylo.ph>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 5a35bdeabb..1de6a2f951 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2719,6 +2719,22 @@ Depth of modulation as a percentage. Range is 0.0 - 1.0.
Default value is 0.5.
@end table
+@section vibrato
+
+Sinusoidal phase modulation.
+
+The filter accepts the following options:
+
+@table @option
+@item f
+Modulation frequency in Hertz.
+Range is 0.1 - 20000.0. Default value is 5.0 Hz.
+
+@item d
+Depth of modulation as a percentage. Range is 0.0 - 1.0.
+Default value is 0.5.
+@end table
+
@section volume
Adjust the input audio volume.