Skip to content

Suppressing output from FFmpegFrameGrabber #2204

Closed Answered by Haprst
Haprst asked this question in Q&A
Discussion options

You must be logged in to vote

Before posting this problem, I had already tried avutil.av_log_set_level(avutil.AV_LOG_QUIET); but the suggested import location was wrong. Based on your advice, I was able to discover that the correct location is import org.bytedeco.ffmpeg.global.avutil; (I'm somewhat surprised that NetBeans didn't know that.) So, indirectly you solved my problem. Thank you. But the correct parameter is AV_LOG_QUIET not AV_LOG_ERROR.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Haprst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants