All logs have stderr, even there are no errors
mvynhb opened this issue · 0 comments
mvynhb commented
When using:
ffmpeg.on('log', ({ type, message }) => {
console.log(type, message);
});I always get type as "stderr", regardless of the media used, even if the media is valid and ffprobe returns no errors.