diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-02-09 12:59:56 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-02-09 12:59:56 +0100 |
commit | 283e7557348a31e9a80e2f48bfc438278c2e6005 (patch) | |
tree | 44f2e6c6c215d95844e0a34e6a32b61d20e73e07 /doc | |
parent | 3f24e744ad3a490687b7091ad42f3dd232643a93 (diff) | |
download | ffmpeg-283e7557348a31e9a80e2f48bfc438278c2e6005.tar.gz |
avfilter/vf_xfade: add diagonal smooth transitions
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 d0ba9bf925..bdc5700973 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -19990,6 +19990,10 @@ Set one of available transition effects: @item horzclose @item dissolve @item pixelize +@item diagtl +@item diagtr +@item diagbl +@item diagbr @end table Default transition effect is fade. |