[FFmpeg-devel] [PATCH] avfilter: add dialog enhance audio filter

Gyan Doshi ffmpeg at gyani.pro
Sun Feb 6 12:35:10 EET 2022



On 2022-02-06 03:55 pm, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>   doc/filters.texi               |  24 ++
>   libavfilter/Makefile           |   1 +
>   libavfilter/af_dialogenhance.c | 409 +++++++++++++++++++++++++++++++++
>   libavfilter/allfilters.c       |   1 +
>   4 files changed, 435 insertions(+)
>   create mode 100644 libavfilter/af_dialogenhance.c
>
> diff --git a/doc/filters.texi b/doc/filters.texi
> index 04c34cb1fb..5ba9a35673 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -4178,6 +4178,30 @@ Default value is @var{o}.
>   
>   @end table
>   
> + at section dialogenhance
s/dialog/dialogue

dialog is archaic for conversation, even in American English.

https://books.google.com/ngrams/graph?content=dialog+with%2C+dialogue+with&year_start=1800&year_end=2000&corpus=5&smoothing=3&direct_url=t1%3B%2Cdialog%20with%3B%2Cc0%3B.t1%3B%2Cdialogue%20with%3B%2Cc0#t1%3B%2Cdialog%20with%3B%2Cc0%3B.t1%3B%2Cdialogue%20with%3B%2Cc0

Regards,
Gyan


More information about the ffmpeg-devel mailing list