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)