hided command params showing
parent
71e2857cf7
commit
77769157e6
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue