FFMpeg-Compressor: Command line argumets

This commit is contained in:
OleSTEEP 2023-06-01 16:57:40 +03:00
parent 2ba51730a2
commit 9ea9495266
2 changed files with 12 additions and 1 deletions

View file

@ -23,3 +23,8 @@ def get_compression(orig, comp):
printer.warning("The resulting files are larger than the original ones!")
else:
printer.info(f'Compression: {comp}%')
def help_message():
text = "Usage: main.py {folder}"
return text