We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61df74 commit eff34a4Copy full SHA for eff34a4
Scripts/Mp4Movie.cs
@@ -81,6 +81,7 @@ void StartFFMpeg()
81
"-pixel_format","rgb24",
82
"-r", fps.ToString(),
83
"-colorspace","bt709",
84
+ "-color_trc","iec61966-2-1",
85
"-s", texture.GetWidth() + "X" + texture.GetHeight(),
86
"-i", @"pipe:0",
87
};
0 commit comments