i am working in opencv 2.4.7 , is there any function to determine whether the captured frame is I frame, P frame , B frame?
if not which libs i must use to identify the frames
i am working in opencv 2.4.7 , is there any function to determine whether the captured frame is I frame, P frame , B frame?
if not which libs i must use to identify the frames
Caveat - I don't use opencv.
There doesn't seem to be a well-documented library function for it, but would either of these at least suggest a route?
How to get number of I/P/B frames of a video file?
OpenCV. How to identify i-frames only for a video file encoded in MPEG format