Spaces:
Runtime error
Runtime error
File size: 119 Bytes
16c8067 |
1 2 3 4 5 6 |
FFMPEG_LOGGING_MODE = {
'DEBUG': "",
'INFO': "-v quiet -stats",
'ERROR': "-hide_banner -loglevel error",
}
|