I am working out to calculate the averageluma of certain frames in a video clip to pointout blank frames, but with no idea how to go about it.
Can anyone help with suggestions and ideas how to do it?? If not can anyone direct me where I could find a solution?
My requirement is to identify a blank frame in a video clip, When I was googling I found the Averageluma() method in AVsynth which outputs 16 for blank frames.
Moschops can you please explain me how to go about with the point you stated, I will be thankfull if you could explain step by step. Also please suggest me where can I find some code samples for the above
My application is a video player built from an sdk, using the getFrame() method I am able to extract frames, now how can i calculate values of each pixel.
my exact work is to identify blank frames to mark commercials from a tv recording. and extract these commercials. Most broadcast insert blank frames at the begining and at the end of the commercials.
Thanks for your reply
Moschops where can I find sample c++ codes related to video handling?