Merge pull request #3286 from pypeclub/bugfix/extract-review-slate-issues

Global: extract review slate issues
This commit is contained in:
64qam 2022-06-07 11:56:46 +02:00 committed by GitHub
commit 42fd12faf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}"