FFMpeg-Compressor: Add ForceCompress parameter

This commit is contained in:
OleSTEEP 2024-01-15 22:20:23 +03:00
parent c1b57bddf2
commit 248f08c7d9
4 changed files with 17 additions and 12 deletions

View file

@ -38,7 +38,7 @@ def files(source, dest, dest_ext, comment):
def unknown_file(file):
print(clean_str(f"\r* \033[0;33m{file}\033[0m (Not recognized)"))
print(clean_str(f"\r* \033[0;33m{file}\033[0m (File will be force compressed wia ffmpeg)"))
bar.next()