mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
global: fixing color metrix scale argument
This commit is contained in:
parent
be651b4293
commit
12579501c1
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,6 @@ class ExtractReviewSlate(openpype.api.Extractor):
|
||||||
|
|
||||||
# make sure colors are correct
|
# make sure colors are correct
|
||||||
output_args.extend([
|
output_args.extend([
|
||||||
"-vf", "scale=out_color_matrix=bt709",
|
|
||||||
"-color_primaries", "bt709",
|
"-color_primaries", "bt709",
|
||||||
"-color_trc", "bt709",
|
"-color_trc", "bt709",
|
||||||
"-colorspace", "bt709",
|
"-colorspace", "bt709",
|
||||||
|
|
@ -230,6 +229,7 @@ class ExtractReviewSlate(openpype.api.Extractor):
|
||||||
|
|
||||||
scaling_arg = (
|
scaling_arg = (
|
||||||
"scale={0}x{1}:flags=lanczos"
|
"scale={0}x{1}:flags=lanczos"
|
||||||
|
":out_color_matrix=bt709"
|
||||||
",pad={2}:{3}:{4}:{5}:black"
|
",pad={2}:{3}:{4}:{5}:black"
|
||||||
",setsar=1"
|
",setsar=1"
|
||||||
",fps={6}"
|
",fps={6}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue