Use the BT.709 matrix for screen capture

This commit is contained in:
young
2026-08-31 13:48:13 +10:00
parent 1628734dba
commit 2205fc8e29
+1 -1
View File
@@ -26,7 +26,7 @@ export async function buildFfmpegCaptureArgs(source: SelectedSource, outputPath:
const buildOutputArgs = (inputRange: "auto" | "full") => [
"-an",
"-vf",
`scale=in_range=${inputRange}:out_range=tv:sws_dither=bayer`,
`scale=in_range=${inputRange}:out_range=tv:out_color_matrix=bt709:sws_dither=bayer`,
"-c:v",
"libx264",
"-preset",