can it find particular images within a video file [closed]

asked 2019-03-16 13:28:53 -0600

I have recordings from my cams. Whenever there is an exceptional recording condition detected (such as low light) an icon is embedded into the video. I am looking for software that can scan all my videos to see if any of these icons are in them so that I will know which videos to edit to remove the icons. Can this software do this? These are H.264 / AVC stored as mp4. Each different icon is always in its own location and is always the same size. Also, sometimes they blink (such as low-batt). Can the software actually tell me which frames are affected? I know how to remove the icons. No problem there. But I've been having to view each video to look for the presence of icons. I'd like to be able to have software do the work for me so I don't need to view them all and so that I don't miss any.

edit retag flag offensive reopen merge delete

Closed for the following reason not a real question by berak
close date 2019-03-16 15:18:21.733449

Comments

opencv is a c++ library of classes / functions, YOU will have to write a program to do, whatever you need.

berak gravatar imageberak ( 2019-03-16 15:16:18 -0600 )edit

please have a look at the tutorials and try to find out, if this is for you (or not), try some things, and come back with a more specific question ?

berak gravatar imageberak ( 2019-03-16 15:18:10 -0600 )edit