mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #3286 from pypeclub/bugfix/extract-review-slate-issues
Global: extract review slate issues
This commit is contained in:
commit
42fd12faf7
1 changed files with 1 additions and 2 deletions
|
|
@ -173,7 +173,6 @@ class ExtractReviewSlate(openpype.api.Extractor):
|
|||
self.log.debug("Slate Timecode: `{}`".format(
|
||||
offset_timecode
|
||||
))
|
||||
input_args.extend(["-timecode", str(offset_timecode)])
|
||||
|
||||
if use_legacy_code:
|
||||
format_args = []
|
||||
|
|
@ -189,7 +188,6 @@ class ExtractReviewSlate(openpype.api.Extractor):
|
|||
|
||||
# make sure colors are correct
|
||||
output_args.extend([
|
||||
"-vf", "scale=out_color_matrix=bt709",
|
||||
"-color_primaries", "bt709",
|
||||
"-color_trc", "bt709",
|
||||
"-colorspace", "bt709",
|
||||
|
|
@ -230,6 +228,7 @@ class ExtractReviewSlate(openpype.api.Extractor):
|
|||
|
||||
scaling_arg = (
|
||||
"scale={0}x{1}:flags=lanczos"
|
||||
":out_color_matrix=bt709"
|
||||
",pad={2}:{3}:{4}:{5}:black"
|
||||
",setsar=1"
|
||||
",fps={6}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue