Re: [FFmpeg-devel] [PATCH] avfilter/vf_mpdecimate: Add option to keep the first N similar frames before dropping

2023-05-08 Thread Thilo Borgmann
Am 08.05.23 um 20:55 schrieb Paul B Mahol: On Mon, May 8, 2023 at 8:06 PM Thilo Borgmann wrote: Am 08.05.23 um 15:58 schrieb Paul B Mahol: On Mon, May 8, 2023 at 3:43 PM Thilo Borgmann wrote: Am 08.05.23 um 15:32 schrieb Thilo Borgmann: This allows for decimating large similar portions

Re: [FFmpeg-devel] [PATCH] avfilter/vf_mpdecimate: Add option to keep the first N similar frames before dropping

2023-05-08 Thread Paul B Mahol
On Mon, May 8, 2023 at 8:06 PM Thilo Borgmann wrote: > Am 08.05.23 um 15:58 schrieb Paul B Mahol: > > On Mon, May 8, 2023 at 3:43 PM Thilo Borgmann > > wrote: > > > >> Am 08.05.23 um 15:32 schrieb Thilo Borgmann: > >>> This allows for decimating large similar portions of a video while > >>

Re: [FFmpeg-devel] [PATCH] avfilter/vf_mpdecimate: Add option to keep the first N similar frames before dropping

2023-05-08 Thread Thilo Borgmann
Am 08.05.23 um 15:58 schrieb Paul B Mahol: On Mon, May 8, 2023 at 3:43 PM Thilo Borgmann wrote: Am 08.05.23 um 15:32 schrieb Thilo Borgmann: This allows for decimating large similar portions of a video while preserving small ones. --- libavfilter/vf_mpdecimate.c | 19 +--

Re: [FFmpeg-devel] [PATCH] avfilter/vf_mpdecimate: Add option to keep the first N similar frames before dropping

2023-05-08 Thread Paul B Mahol
On Mon, May 8, 2023 at 3:43 PM Thilo Borgmann wrote: > Am 08.05.23 um 15:32 schrieb Thilo Borgmann: > > This allows for decimating large similar portions of a video while > preserving small ones. > > --- > > libavfilter/vf_mpdecimate.c | 19 +-- > > 1 file changed, 17

Re: [FFmpeg-devel] [PATCH] avfilter/vf_mpdecimate: Add option to keep the first N similar frames before dropping

2023-05-08 Thread Thilo Borgmann
Am 08.05.23 um 15:32 schrieb Thilo Borgmann: This allows for decimating large similar portions of a video while preserving small ones. --- libavfilter/vf_mpdecimate.c | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) docs and micro bump in v2. -Thilo

[FFmpeg-devel] [PATCH] avfilter/vf_mpdecimate: Add option to keep the first N similar frames before dropping

2023-05-08 Thread Thilo Borgmann
This allows for decimating large similar portions of a video while preserving small ones. --- libavfilter/vf_mpdecimate.c | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/libavfilter/vf_mpdecimate.c b/libavfilter/vf_mpdecimate.c index