diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-02-07 22:35:16 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-02-07 22:35:16 +0100 |
commit | 3720153ffca6dc5358574d9a2d267429fe046a6b (patch) | |
tree | 6e002ddb857163acda2e6902384dfbfb82cf495e /doc | |
parent | e3e55982904092fd6f42411bed54a7368455875a (diff) | |
download | ffmpeg-3720153ffca6dc5358574d9a2d267429fe046a6b.tar.gz |
aviflter/vf_xfade: add pixelize transition
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 298a8fa12c..6f941dc191 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -19985,6 +19985,7 @@ Set one of available transition effects: @item horzopen @item horzclose @item dissolve +@item pixelize @end table Default transition effect is fade. |