我在opencv 2.4.7中工作,是否有任何函数来确定捕获的帧是否是I帧,P帧,B帧?
如果不是我必须使用哪些库来识别帧
答案 0 :(得分:1)
警告 - 我不使用opencv。
似乎没有一个记录良好的库函数,但是这些函数中的任何一个至少会建议一条路线吗?
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