bytedeco / javacv

Java interface to OpenCV, FFmpeg, and more
Other
7.45k stars 1.57k forks source link

Why do I sometimes get null frames when using FFmpegFrameFilter's poll() method, I'm sure I'm entering a non-null frame #2026

Open jetamie opened 1 year ago

saudet commented 1 year ago

Some filters might do that, check the docs!

saudet commented 1 year ago

https://ffmpeg.org/ffmpeg-filters.html

jetamie commented 1 year ago

thx