mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
feat(nuke): generate_mov adding specification of mov to prores444
This commit is contained in:
parent
033d5fe92e
commit
968ba9e68d
1 changed files with 3 additions and 0 deletions
|
|
@ -1511,6 +1511,9 @@ class ExporterReviewMov(ExporterReview):
|
|||
self.instance.data["baked_colorspace_movie"] = self.path
|
||||
write_node["file"].setValue(self.path)
|
||||
write_node["file_type"].setValue(self.ext)
|
||||
write_node["meta_codec"].setValue("ap4h")
|
||||
write_node["mov64_codec"].setValue("ap4h")
|
||||
write_node["mov64_write_timecode"].setValue(1)
|
||||
write_node["raw"].setValue(1)
|
||||
# connect
|
||||
write_node.setInput(0, self.previous_node)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue