diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-05-27 10:12:37 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-05-27 11:17:58 +0200 |
commit | 7927a96e2b8b9063592d7c609af5b7d544a9c475 (patch) | |
tree | 18b048005024afca96c72861d474ce3876d81363 /doc | |
parent | e86e2d5921a30b582619466f14f5274b1f986729 (diff) | |
download | ffmpeg-7927a96e2b8b9063592d7c609af5b7d544a9c475.tar.gz |
avfilter/af_silenceremove: add commands support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index ea42c127da..975a506352 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6497,6 +6497,10 @@ silenceremove=window=0:detection=peak:stop_mode=all:start_mode=all:stop_periods= @end example @end itemize +@subsection Commands + +This filter supports some above options as @ref{commands}. + @section sofalizer SOFAlizer uses head-related transfer functions (HRTFs) to create virtual |