bytedeco / javacv

Java interface to OpenCV, FFmpeg, and more
Other
7.6k stars 1.59k forks source link

FFmpegFrameGrabber on java #2279

Closed leoq-oliveira closed 2 months ago

leoq-oliveira commented 2 months ago

"This isn’t exactly a problem per se, but rather that I couldn't find any external sources.

I'm using the frame grabber to capture a frame and use it as a thumbnail, running it in a thread. However, after its execution, it fills my log with the video information.

I tried adding the options, but I see that this might be impossible for the frame grabber. Is there any way to do this?

FFmpegFrameGrabber grabber = new FFmpegFrameGrabber(tempFile);

grabber.setOption('loglevel', 'quiet');

grabber.start();"

saudet commented 2 months ago

Duplicate of https://github.com/bytedeco/javacv/discussions/2204