From 443d89968de370d3effc09ba91daddba89f131da Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 13 Jul 2023 11:34:03 +0200 Subject: [PATCH] apply command --- src/home/telecaster/bin/py/transcode-vaapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5