mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
harmony render and burnin fix
This commit is contained in:
parent
ce92860f78
commit
9e45fbf49b
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ class ExtractBurnin(pype.api.Extractor):
|
|||
"hiero",
|
||||
"premiere",
|
||||
"standalonepublisher",
|
||||
"harmony"
|
||||
"harmony",
|
||||
"fusion"
|
||||
]
|
||||
optional = True
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ class ExtractRender(pyblish.api.InstancePlugin):
|
|||
thumbnail_path = os.path.join(path, "thumbnail.png")
|
||||
ffmpeg_path = pype.lib.get_ffmpeg_tool_path("ffmpeg")
|
||||
args = [
|
||||
"\"{}\"".format(ffmpeg_path), "-y",
|
||||
"{}".format(ffmpeg_path), "-y",
|
||||
"-i", os.path.join(path, list(collections[0])[0]),
|
||||
"-vf", "scale=300:-1",
|
||||
"-vframes", "1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue