bbc / audiowaveform

C++ program to generate waveform data and render waveform images from audio files
https://waveform.prototyping.bbc.co.uk
GNU General Public License v3.0
1.94k stars 242 forks source link

Is there a way to mute stderror? #138

Closed PierBover closed 3 years ago

PierBover commented 3 years ago

I'm using audiowaveform and it's sending non-error info to stderror.

FFmpeg also does this, but it can be muted with -loglevel error so that only errors are sent to stderror. This is useful for example when running it in a server.

Is there a way to solve this with audiowaveform?

chrisn commented 3 years ago

Currently, no. I think I started working on a --quiet option a long time ago, but never got round to finishing it. I'll close as this is essentially a duplicate of https://github.com/bbc/audiowaveform/issues/25.