Re: [FFmpeg-devel] [PATCH] avfilter: add dynoverlay filter.

2016-09-23 Thread Paul B Mahol
On 9/23/16, Priebe, Jason wrote: > Thanks for the detailed review of the code, Paul. You caught some dumb > mistakes that I should have picked up on before I sent the submission. > >> dynoverlay sounds very powerful, but this filter funcionality is very >> limited. > > True, it is limited, but it

Re: [FFmpeg-devel] [PATCH] avfilter: add dynoverlay filter.

2016-09-23 Thread wm4
On Thu, 22 Sep 2016 18:45:43 + "Priebe, Jason" wrote: > This patch adds a new filter that allows you to drive dynamic graphic overlays > on a live encoding by creating/updating/deleting a specified 32-bit PNG. > This is very different from the overlay filter, because it lets you change > the

Re: [FFmpeg-devel] [PATCH] avfilter: add dynoverlay filter.

2016-09-22 Thread Priebe, Jason
Thanks for the detailed review of the code, Paul. You caught some dumb mistakes that I should have picked up on before I sent the submission. > dynoverlay sounds very powerful, but this filter funcionality is very limited. True, it is limited, but it does something that no other filter does (I a

Re: [FFmpeg-devel] [PATCH] avfilter: add dynoverlay filter.

2016-09-22 Thread Paul B Mahol
On 9/22/16, Priebe, Jason wrote: > This patch adds a new filter that allows you to drive dynamic graphic > overlays > on a live encoding by creating/updating/deleting a specified 32-bit PNG. > This is very different from the overlay filter, because it lets you change > the overlay in real time dur

[FFmpeg-devel] [PATCH] avfilter: add dynoverlay filter.

2016-09-22 Thread Priebe, Jason
This patch adds a new filter that allows you to drive dynamic graphic overlays on a live encoding by creating/updating/deleting a specified 32-bit PNG. This is very different from the overlay filter, because it lets you change the overlay in real time during a live stream. It doesn't allow you to