Manevolent / ffmpeg4j

A Java OOP FFmpeg wrapper around the JavaCPP FFmpeg native library bindings
Apache License 2.0
105 stars 15 forks source link

Turn off FFmpeg internal logging #8

Closed shoeoffhead closed 1 year ago

shoeoffhead commented 3 years ago

Is there a way to turn off ffmpeg internal logging? It always prints for example a lot just by calling FFmpegSourceStream stream = input.open("mp4");

Is there a way to turn ffmpeg completely silent (maybe with the exception of severe errors)

Manevolent commented 1 year ago

The latest pre-release gets rid of that annoying format dump