diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-02-05 10:31:59 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-02-12 12:47:36 +0100 |
commit | f05c52985cf80d565c6e91fb4749e57dd8977d3e (patch) | |
tree | 3d335a835fa73628523159274ebaa817f949ed51 /doc | |
parent | 800dfd2eacdd6ae0a6e459696ebd5e0f464e8bad (diff) | |
download | ffmpeg-f05c52985cf80d565c6e91fb4749e57dd8977d3e.tar.gz |
avfilter: add dialogue enhance audio filter
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index d71292e565..706debcbce 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4182,6 +4182,34 @@ Default value is @var{o}. @end table +@section dialoguenhance +Enhance dialogue in stereo audio. + +This filter accepts stereo input and produce surround (3.0) channels output. +The newly produced front center channel have enhanced speech dialogue originally +available in both stereo channels. +This filter outputs front left and front right channels same as available in stereo input. + +The filter accepts the following options: + +@table @option +@item original +Set the original center factor to keep in front center channel output. +Allowed range is from 0 to 1. Default value is 1. + +@item enhance +Set the dialogue enhance factor to put in front center channel output. +Allowed range is from 0 to 3. Default value is 1. + +@item voice +Set the voice detection factor. +Allowed range is from 2 to 32. Default value is 2. +@end table + +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section drmeter Measure audio dynamic range. |