fixed logs in burnin script

This commit is contained in:
iLLiCiTiT 2020-04-28 18:51:36 +02:00
parent e1e3326dca
commit 4ed64d9c8a

View file

@ -300,7 +300,7 @@ class ModifiedBurnins(ffmpeg_burnins.Burnins):
args=args,
overwrite=overwrite
)
# print(command)
# log.info(command)
proc = subprocess.Popen(command, shell=True)
proc.communicate()
@ -516,7 +516,6 @@ def burnins_from_data(
else:
codec_name = burnin._streams[0].get("codec_name")
log.info("codec_name: {}".format(codec_name))
if codec_name:
ffmpeg_args.append("-codec:v {}".format(codec_name))