bytedeco / javacv

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

How Do I Shield Log Printing? #2054

Open chenguolei opened 1 year ago

chenguolei commented 1 year ago

Look at the picture image I don't want to print what's in the red box. What should I do?

saudet commented 1 year ago

Try to call FFmpegLogCallback.setLevel(0).