hided command params showing

main
Jan Beníček 2024-07-06 20:48:12 +02:00
parent 71e2857cf7
commit 77769157e6
1 changed files with 1 additions and 1 deletions

View File

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