hided command params showing

This commit is contained in:
Jan Beníček 2024-07-06 20:48:12 +02:00
parent 71e2857cf7
commit 77769157e6

View file

@ -9,7 +9,7 @@ def generate_command(ffmpeg: str, params: str, source_file: str, output_file: st
def transcode(command) -> None:
print(command)
# print(command)
subprocess.run(command, check=True)