FFMpeg-Compressor: Hide all ffmpeg warnings and errors

This commit is contained in:
OleSTEEP 2023-10-02 19:46:12 +03:00
parent cefd0bc9ba
commit f15bb3df7e
5 changed files with 18 additions and 4 deletions

View file

@ -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()