added json tests

refactored main to utils add_input and add_output
used static ffmpeg paths
This commit is contained in:
2021-06-28 07:57:11 +02:00
parent 616a0416ba
commit b83a1a1451

View File

@@ -32,7 +32,5 @@ for i in obj['streams']:
print(i['codec_type']) print(i['codec_type'])
print(i['tags']) print(i['tags'])
print(cmd) print(cmd)
os.system(cmd) os.system(cmd)