Fix FFmpeg colorspace filter option
This commit is contained in:
+1
-1
@@ -344,7 +344,7 @@ def build_video_filters(plan: JobPlan) -> list[str]:
|
||||
"colorspace="
|
||||
f"primaries={profile.target_prim}:"
|
||||
f"trc={profile.target_trc}:"
|
||||
f"matrix={profile.target_space}:range=tv"
|
||||
f"space={profile.target_space}:range=tv"
|
||||
)
|
||||
if plan.forced_srt:
|
||||
clean_srt_path = plan.forced_srt.replace("\\", "/").replace(":", "\\:")
|
||||
|
||||
Reference in New Issue
Block a user