비디오 처리를 위해 libavcodec을 사용합니다.fps는 정확한 값이 아닌 추측 일 수 있습니까?
는AVStream->r_frame_rate
의 문서는 내가 설명서를 말한다 이유 (25) 그래서, 내가 이해 할 예상대로 내가 (초당 25과) 여러 MP4와 AVI 비디오를 시도하고 r_frame_rate
은 언제나
Real base framerate of the stream.
This is the lowest framerate with which all timestamps can be
represented accurately (it is the least common multiple of all
framerates in the stream). Note, this value is just a guess!
말한다 ...is just a guess!
이 나는 경우 항상 정확한 fps를 얻을 수 있습니까? 그것이 바뀔 때?