mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-24 06:46:09 +00:00
Use the BT.709 matrix for screen capture
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user