fix(ingest): fix HEVC transcode color flag typo and H.264 level #1456
@@ -332,12 +332,12 @@ def ingest_asset(job_id: str) -> dict:
|
||||
"bt709",
|
||||
"-color_primaries",
|
||||
"bt709",
|
||||
"-color_trf",
|
||||
"-color_trc",
|
||||
"bt709",
|
||||
"-pix_fmt",
|
||||
"yuv420p",
|
||||
"-level",
|
||||
"4.0",
|
||||
"4.2",
|
||||
]
|
||||
# 竖屏视频:清除旋转元数据
|
||||
if _needs_rotation:
|
||||
|
||||
Reference in New Issue
Block a user