From: Guillaume Pellerin Date: Thu, 13 Jul 2023 09:34:03 +0000 (+0200) Subject: apply command X-Git-Tag: 2.1~3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=443d89968de370d3effc09ba91daddba89f131da;p=telecaster-server.git apply command --- diff --git a/src/home/telecaster/bin/py/transcode-vaapi.py b/src/home/telecaster/bin/py/transcode-vaapi.py index 60b2d50..04d88fe 100644 --- a/src/home/telecaster/bin/py/transcode-vaapi.py +++ b/src/home/telecaster/bin/py/transcode-vaapi.py @@ -66,7 +66,7 @@ class Transcode(object): output_format['opt_out'] + ' -y "' + output_path + '"' self.logger.logger.info(command) if not '--dry-run' in self.args: - #os.system(command) + os.system(command) print(command)