[FFmpeg-devel] [PATCH 5/7] avfilter/vf_framerate: fix scene change detection score
Paul B Mahol
onemda at gmail.com
Mon Dec 11 11:26:37 EET 2017
On 12/10/17, Marton Balint <cus at passwd.hu> wrote:
> - normalize score to [0..100] instead of [0..85]
> - change the default score to 8.2 to roughly keep existing behaviour
> - take into account bit depth
> - do not truncate to integer
>
> Signed-off-by: Marton Balint <cus at passwd.hu>
> ---
> doc/filters.texi | 2 +-
> libavfilter/vf_framerate.c | 4 ++--
> tests/ref/fate/filter-framerate-12bit-down | 2 +-
> tests/ref/fate/filter-framerate-12bit-up | 2 +-
> 4 files changed, 5 insertions(+), 5 deletions(-)
>
lgtm
More information about the ffmpeg-devel
mailing list