bytedeco / javacv

Java interface to OpenCV, FFmpeg, and more
Other
7.51k stars 1.58k forks source link

Some questions about FFmpegFrameGrabber #1978

Closed kana-cr closed 1 year ago

kana-cr commented 1 year ago

grabKeyFrame Does GrabKeyFrame capture I-frames in the video?Leafing through some documents did not see the specific explanation, directly look at the source is not intuitive

saudet commented 1 year ago

That's what it's supposed to be doing, yes, but it doesn't work if the video doesn't have any key frames...

kana-cr commented 1 year ago

Thanks for your answer!