ffmpeg | branch: master | Paul B Mahol <[email protected]> | Sun Sep 18 19:40:25 2022 +0200| [1af005197715630daafb2890f780d580cb1d10ec] | committer: Paul B Mahol
doc/filters: add speechnorm examples > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1af005197715630daafb2890f780d580cb1d10ec --- doc/filters.texi | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) 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 _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
