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="
|
"colorspace="
|
||||||
f"primaries={profile.target_prim}:"
|
f"primaries={profile.target_prim}:"
|
||||||
f"trc={profile.target_trc}:"
|
f"trc={profile.target_trc}:"
|
||||||
f"matrix={profile.target_space}:range=tv"
|
f"space={profile.target_space}:range=tv"
|
||||||
)
|
)
|
||||||
if plan.forced_srt:
|
if plan.forced_srt:
|
||||||
clean_srt_path = plan.forced_srt.replace("\\", "/").replace(":", "\\:")
|
clean_srt_path = plan.forced_srt.replace("\\", "/").replace(":", "\\:")
|
||||||
|
|||||||
Reference in New Issue
Block a user