Tagged Questions

21
votes
15answers
16k views

How can I quantify difference between two images?

Here's what I would like to do: I'm taking pictures with a webcam at regular intervals. Sort of like a time lapse thing. However, if nothing has really changed, that is, the picture pretty much ...
0
votes
0answers
26 views

How can I use the blackframe filter in ffmpeg to only encode images above a certain threshold?

I am using ffmpeg to make timelapse movies from still images. I see that I can use the blackframe filter to get a list of dark frames in a video, but I would like to skip encoding those frames all ...