bytedeco/javacv

The value of video_c.framerate().num() is different from that of video_st.r_frame_rate().num()

Open

#1,581 opened on 2021年1月29日

GitHub で見る
 (14 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

When using grabber, we find that sometimes the value of video_c.framerate().num() is different from that of video_st.r_frame_rate().num().video_c.framerate().num() is 0 at the beginning, and it doesn't have a value until decoding the frame. Which one should I use to get the frame rate?

コントリビューターガイド