Right now, all calls to ffmpeg need to be manually modified to change the log level. It is better to read the log level from an environment variable for easier debugging.
[ ] Need to add ffmpeg log level environment variable to example.env
[ ] Need to reference environment variable as the log level in all ffmpeg calls.
Right now, all calls to
ffmpeg
need to be manually modified to change the log level. It is better to read the log level from an environment variable for easier debugging.ffmpeg
log level environment variable to example.envffmpeg
calls.