diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-01-31 13:14:13 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-01-31 13:14:13 +0100 |
commit | 53b4128ea0271d725a1c556efee65ac04322d250 (patch) | |
tree | 060f5238da962850fb44d27830f707c6298c8e6d /doc/filters.texi | |
parent | 113bae5985c08b243376237b563ed067d568b9c9 (diff) | |
download | ffmpeg-53b4128ea0271d725a1c556efee65ac04322d250.tar.gz |
avfilter/vf_xfade: add smooth transitions
Diffstat (limited to 'doc/filters.texi')
-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 2c9486ae58..a3cc92200d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -20065,6 +20065,10 @@ Set one of available transition effects: @item fadeblack @item fadewhite @item radial +@item smoothleft +@item smoothright +@item smoothup +@item smoothdown @end table Default transition effect is fade. |