diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2019-01-23 13:35:23 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2019-01-24 22:08:34 +0530 |
commit | 3224d6691cdc59ef0d31cdb35efac27494ff515b (patch) | |
tree | bfc8c7c4a4b76e8db50e115dd5fcf76bbe7d8386 /doc | |
parent | e0ad7d57415b6c8e32126f1bc21052b2c3698b39 (diff) | |
download | ffmpeg-streaming-3224d6691cdc59ef0d31cdb35efac27494ff515b.zip ffmpeg-streaming-3224d6691cdc59ef0d31cdb35efac27494ff515b.tar.gz |
avfilter/afade+acrossfade: allow skipping fade on inputs
New fade curve value 'nofade' passes audio samples as-is.
Primarily useful in carrying out acrossfade without fades.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index d06dfe0..fc98323 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -958,6 +958,8 @@ select double-exponential seat select double-exponential sigmoid @item losi select logistic sigmoid +@item nofade +no fade applied @end table @end table |