From 92bd1fe2011a53515e8ed93a528fa511588770c3 Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Fri, 21 Aug 2026 12:46:02 +0800 Subject: [PATCH] fix(ingest): fix HEVC transcode color flag typo and H.264 level (#1456) Co-authored-by: xiaoxia Co-committed-by: xiaoxia --- apps/worker/worker_app/tasks/ingest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/worker/worker_app/tasks/ingest.py b/apps/worker/worker_app/tasks/ingest.py index 9f80918f7..dd88ca16a 100755 --- a/apps/worker/worker_app/tasks/ingest.py +++ b/apps/worker/worker_app/tasks/ingest.py @@ -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: