FFMpeg-Compressor: Hide all ffmpeg warnings and errors
This commit is contained in:
parent
cefd0bc9ba
commit
f15bb3df7e
5 changed files with 18 additions and 4 deletions
|
@ -38,5 +38,5 @@ def files(source, dest, dest_ext, comment):
|
|||
|
||||
def unknown_file(file):
|
||||
|
||||
print(clean_str(f"\r[COMP] \033[0;33m{file}\033[0m"))
|
||||
print(clean_str(f"\r[COMP] \033[0;33m{file}\033[0m (File extension not recognized)"))
|
||||
bar.next()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue