문제

My goal is to search keyframes in AVI file. I parse it and get all the data chunks for the video stream, but how can i find in there info about frames themselves - whether a particular frame is a keyframe or not?

도움이 되었습니까?

해결책

The keyword is AVIIF_KEYFRAME. See http://www.opennet.ru/docs/formats/avi.txt

AVIIF_KEYFRAME

Indicates this chunk is a key frame. Key frames do not require additional preceding chunks to be properly decoded.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top