From b83a1a1451921861f5974656c23f09e532f4f0db Mon Sep 17 00:00:00 2001 From: Thaloria Date: Mon, 28 Jun 2021 07:57:11 +0200 Subject: [PATCH] added json tests refactored main to utils add_input and add_output used static ffmpeg paths --- main2.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/main2.py b/main2.py index 5b9e219..457e3a6 100644 --- a/main2.py +++ b/main2.py @@ -32,7 +32,5 @@ for i in obj['streams']: print(i['codec_type']) print(i['tags']) - - print(cmd) os.system(cmd)