diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-09-18 19:40:25 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-09-18 19:43:42 +0200 |
commit | 1af005197715630daafb2890f780d580cb1d10ec (patch) | |
tree | eecf2f94a9513d6a5e141d48771c4b3d16a97399 | |
parent | 9ac777234eb474cf6960d62eaabb7ecac4e057d5 (diff) | |
download | ffmpeg-1af005197715630daafb2890f780d580cb1d10ec.tar.gz |
doc/filters: add speechnorm examples
-rw-r--r-- | doc/filters.texi | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 6aa350a63c..d0f718678c 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6330,6 +6330,40 @@ is enabled the minimum of all possible gains for each filtered channel is used. This filter supports the all above options as @ref{commands}. +@subsection Examples + +@itemize +@item +Weak and slow amplification: +@example +speechnorm=e=3:r=0.00001:l=1 +@end example + +@item +Moderate and slow amplification: +@example +speechnorm=e=6.25:r=0.00001:l=1 +@end example + +@item +Strong and fast amplification: +@example +speechnorm=e=12.5:r=0.0001:l=1 +@end example + +@item +Very strong and fast amplification: +@example +speechnorm=e=25:r=0.0001:l=1 +@end example + +@item +Extreme and fast amplification: +@example +speechnorm=e=50:r=0.0001:l=1 +@end example +@end itemize + @section stereotools This filter has some handy utilities to manage stereo signals, for converting |