diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-10-30 15:02:34 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-10-30 15:12:12 +0100 |
commit | 2f268505b9df298edb5016f3dd4f26726826ff6f (patch) | |
tree | 9f782cf88420ed13159a2be2fda11b0b28ef0918 | |
parent | 4cba3e0f0710460ba9116781625c007598490bc7 (diff) | |
download | ffmpeg-2f268505b9df298edb5016f3dd4f26726826ff6f.tar.gz |
doc/filters: add one more example for feedback filter
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index cc5d0d3f12..28458893e8 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -13498,6 +13498,12 @@ Draw black box on top left part of video frame of size 100x100 with drawbox filt @example [in][blurin]feedback=x=0:y=0:w=100:h=100[out][blurout];[blurout]drawbox=x=0:y=0:w=100:h=100:t=100[blurin] @end example + +@item +Pixelize rectangular part of video frame of size 100x100 with pixelize filter. +@example +[in][blurin]feedback=x=320:y=240:w=100:h=100[out][blurout];[blurout]pixelize[blurin] +@end example @end itemize @section fftdnoiz |