Re: [FFmpeg-devel] [PATCH v3 5/5] lavfi: addroi filter

2019-06-04 Thread Moritz Barsnick
On Tue, Jun 04, 2019 at 00:19:05 +0100, Mark Thompson wrote: > This can be used to add region of interest side data to video frames. Very valuable addition for use of ROI the command line tool! > +Mark regions of interest in a video frame. Since you're using the plural, it's probably worth menti

[FFmpeg-devel] [PATCH v3 5/5] lavfi: addroi filter

2019-06-03 Thread Mark Thompson
This can be used to add region of interest side data to video frames. --- doc/filters.texi | 44 +++ libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vf_addroi.c | 268 +++ 4 files changed, 314 insertions(+) create m