[FFmpeg-cvslog] doc/filters: add one more example for feedback filter
Paul B Mahol
git at videolan.org
Mon Oct 30 16:04:30 EET 2023
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Mon Oct 30 15:02:34 2023 +0100| [2f268505b9df298edb5016f3dd4f26726826ff6f] | committer: Paul B Mahol
doc/filters: add one more example for feedback filter
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2f268505b9df298edb5016f3dd4f26726826ff6f
---
doc/filters.texi | 6 ++++++
1 file changed, 6 insertions(+)
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
+
+ at item
+Pixelize rectangular part of video frame of size 100x100 with pixelize filter.
+ at example
+[in][blurin]feedback=x=320:y=240:w=100:h=100[out][blurout];[blurout]pixelize[blurin]
+ at end example
@end itemize
@section fftdnoiz
More information about the ffmpeg-cvslog
mailing list