FFMpeg-Compressor: Switch to other ffmpeg lib, add CRF parameter for video
This commit is contained in:
parent
a973fe79e8
commit
0ad60b5b94
5 changed files with 19 additions and 15 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 (File will be force compressed wia ffmpeg)"))
|
||||
print(clean_str(f"\r* \033[0;33m{file}\033[0m (File will be force compressed via ffmpeg)"))
|
||||
bar.next()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue