Opened 11 years ago

Closed 10 years ago

#3013 closed enhancement (fixed)

Determination of brightness or light level

Reported by: Ken Stuart Owned by:
Priority: wish Component: avfilter
Version: git-master Keywords: histogram
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Hello. It would be of great help if FFmpeg could analyze a still image (or frame) and output a number representing its overall brightness or light level.

Here's the problem I'm trying to solve:

1) A camera takes one photo every five minutes each day.

2) The image closest to noon from each day is appended to a growing continuous timelapse movie.

The problem is that those noon photos vary a lot in terms of light levels, because of clouds (or the lack of them). I'd like to be able to have FFmpeg look through all the photos from 11am to 1pm and grab the one closest to a consistent specified light level.

I can write the script to loop through potential photos, but I don't know whether or how FFmpeg can analyze and report some value on which to choose the best image from amongst the files we have.

After posting on the general FFmpeg forum for help and receiving no responses, someone suggested requesting this capability as a feature.

Thanks for your consideration,
-Ken

Change History (4)

comment:1 by Michael Niedermayer, 11 years ago

Component: FFmpegavfilter
Type: sponsoring requestenhancement

comment:2 by Carl Eugen Hoyos, 11 years ago

Keywords: histogram added; brightness light level removed
Priority: normalwish
Status: newopen
Version: unspecifiedgit-master

comment:4 by Michael Niedermayer, 10 years ago

Resolution: fixed
Status: openclosed
Note: See TracTickets for help on using tickets.