Commit c94988a7 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/af_afade: add options to control unity/silence gains

parent f0d2ed13
......@@ -1380,6 +1380,14 @@ select inverted sine cardinal function
@item nofade
no fade applied
@end table
@item silence
Set the initial gain for fade-in or final gain for fade-out.
Default value is @code{0.0}.
@item unity
Set the initial gain for fade-out or final gain for fade-in.
Default value is @code{1.0}.
@end table
@subsection Commands
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment