FFMpeg-Compressor: Add ForceCompress parameter
This commit is contained in:
parent
c1b57bddf2
commit
248f08c7d9
4 changed files with 17 additions and 12 deletions
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue