escaped / django-video-encoding

django-video-encoding helps to convert your videos into different formats and resolutions.
BSD 3-Clause "New" or "Revised" License
116 stars 45 forks source link

Silence ffprobe debug output on stderr. #33

Closed Querschlag closed 3 years ago

Querschlag commented 3 years ago

Description

FFprobe outputs debug information to stderr by default. This clutters the application log and does not provide any benefit. I added flags to hide the standard banner and set the log level to warning, so only relevant info is sent to stderr.

Checklist

escaped commented 3 years ago

amazing. Thanks a lot :)