Re: [FFmpeg-devel] [PATCH] area changed: scdet filter

2024-06-03 Thread Michael Niedermayer
t; > Subject: Re: [FFmpeg-devel] [PATCH] area changed: scdet filter > > > > On Mon, May 13, 2024 at 06:52:19PM +0300, radu.taraib...@gmail.com > > wrote: > > > Previous observations: > > > > > > - Inconsistent code style with other filters. (Mostl

Re: [FFmpeg-devel] [PATCH] area changed: scdet filter

2024-06-02 Thread radu.taraibuta
> -Original Message- > From: ffmpeg-devel On Behalf Of > Michael Niedermayer > Sent: vineri, 31 mai 2024 00:32 > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH] area changed: scdet filter > > On Mon, May 13, 2024 at 06:52

Re: [FFmpeg-devel] [PATCH] area changed: scdet filter

2024-05-30 Thread Michael Niedermayer
On Mon, May 13, 2024 at 06:52:19PM +0300, radu.taraib...@gmail.com wrote: > Previous observations: > > - Inconsistent code style with other filters. (Mostly using AVFilterLink* > link instead of AVFilterLink *link). > I hope it's fine now. > > - Unrelated changes, please split trivial

Re: [FFmpeg-devel] [PATCH] area changed: scdet filter

2024-05-28 Thread Paul B Mahol
On Tue, May 28, 2024 at 9:51 AM wrote: > > -Original Message- > > From: radu.taraib...@gmail.com > > Sent: duminică, 19 mai 2024 19:05 > > To: ffmpeg-devel@ffmpeg.org > > Subject: RE: [PATCH] area changed: scdet filter > > > > > > > -Original Message- > > > From:

Re: [FFmpeg-devel] [PATCH] area changed: scdet filter

2024-05-28 Thread radu.taraibuta
> -Original Message- > From: radu.taraib...@gmail.com > Sent: duminică, 19 mai 2024 19:05 > To: ffmpeg-devel@ffmpeg.org > Subject: RE: [PATCH] area changed: scdet filter > > > > -Original Message- > > From: radu.taraib...@gmail.com > > Sent: luni, 13 mai 2024 18:52 > > To:

Re: [FFmpeg-devel] [PATCH] area changed: scdet filter

2024-05-19 Thread radu.taraibuta
> -Original Message- > From: radu.taraib...@gmail.com > Sent: luni, 13 mai 2024 18:52 > To: ffmpeg-devel@ffmpeg.org > Subject: [PATCH] area changed: scdet filter > > Previous observations: > > - Inconsistent code style with other filters. (Mostly using AVFilterLink* > link instead of

[FFmpeg-devel] [PATCH] area changed: scdet filter

2024-05-13 Thread radu.taraibuta
Previous observations: - Inconsistent code style with other filters. (Mostly using AVFilterLink* link instead of AVFilterLink *link). I hope it's fine now. - Unrelated changes, please split trivial unrelated changes into separate patches. Removed trivial changes from this patch. - Can't

Re: [FFmpeg-devel] [PATCH] area changed: scdet filter

2024-05-12 Thread Paul B Mahol
On Sun, May 12, 2024 at 1:05 PM wrote: > Improve scene detection accuracy by comparing frame with both previous and > next frame (creates one frame delay). > Add new mode parameter and new method to compute the frame difference using > cubic square to increase the weight of small changes and new

[FFmpeg-devel] [PATCH] area changed: scdet filter

2024-05-12 Thread radu.taraibuta
Improve scene detection accuracy by comparing frame with both previous and next frame (creates one frame delay). Add new mode parameter and new method to compute the frame difference using cubic square to increase the weight of small changes and new mean formula. This improves accuracy

[FFmpeg-devel] [PATCH] area changed: scdet filter

2024-05-12 Thread raduct
Improve scene detection accuracy by comparing frame with both previous and next frame (creates one frame delay). Add new mode parameter and new method to compute the frame difference using cubic square to increase the weight of small changes and new mean formula. This improves accuracy