mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
doc/filters: add speechnorm examples
This commit is contained in:
parent
9ac777234e
commit
1af0051977
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user