From 77769157e617ea55d0ae814c41a6b18355887583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ben=C3=AD=C4=8Dek?= Date: Sat, 6 Jul 2024 20:48:12 +0200 Subject: [PATCH] hided command params showing --- src/ffmpegcmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ffmpegcmd.py b/src/ffmpegcmd.py index b3f288a..541afdd 100644 --- a/src/ffmpegcmd.py +++ b/src/ffmpegcmd.py @@ -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)