FFMpeg-Compressor: Switch to other ffmpeg lib, add CRF parameter for video

This commit is contained in:
OleSTEEP 2024-04-26 01:33:51 +03:00
parent a973fe79e8
commit 0ad60b5b94
5 changed files with 19 additions and 15 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 (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()