diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-06-17 19:34:23 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-06-17 19:48:10 +0200 |
commit | 4583a24c653ea96932eac13d38e2d71d6ef4e81c (patch) | |
tree | 508554c2c5d159ef53586c7b6546381e15ad25b6 /doc | |
parent | 8fe25b120366ebce41ccc2109974dbe07aa2f656 (diff) | |
download | ffmpeg-4583a24c653ea96932eac13d38e2d71d6ef4e81c.tar.gz |
avfilter/vf_xfade: add reveal 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 693855d28c..5e25cf293e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -25263,6 +25263,10 @@ Set one of available transition effects: @item coverright @item coverup @item coverdown +@item revealleft +@item revealright +@item revealup +@item revealdown @end table Default transition effect is fade. |