mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fixed logs in burnin script
This commit is contained in:
parent
e1e3326dca
commit
4ed64d9c8a
1 changed files with 1 additions and 2 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue