Closed need4swede closed 1 year ago
Enabled: ff = FFmpeg()
ff = FFmpeg()
Disabled: ff = FFmpeg(enable_log=False)
ff = FFmpeg(enable_log=False)
This is not an OS dependent change. Feel free to change anything if I'm not making the request correctly.
Added a boolean to enable / disable logging. Logging is enabled by default
Example:
Enabled:
ff = FFmpeg()
Disabled:
ff = FFmpeg(enable_log=False)
This is not an OS dependent change. Feel free to change anything if I'm not making the request correctly.