diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-11-19 14:50:02 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-11-19 14:57:41 +0100 |
commit | c417f1a76c19d25b2691686398326d8bef9a2162 (patch) | |
tree | 434f91feea747c71a045fdca691539ffa224b0d9 /doc/filters.texi | |
parent | 7ac1dc23644b54e5b7b43233c1d0a1c398bf87f8 (diff) | |
download | ffmpeg-c417f1a76c19d25b2691686398326d8bef9a2162.tar.gz |
avfilter/vf_xfade: add squeeze transitions
Diffstat (limited to 'doc/filters.texi')
-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 092b343c2c..2d2754c1c1 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -20716,6 +20716,8 @@ Set one of available transition effects: @item wipetr @item wipebl @item wipebr +@item squeezeh +@item squeezev @end table Default transition effect is fade. |