Skip to content

Commit eff34a4

Browse files
committed
correct colorspace
1 parent a61df74 commit eff34a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Scripts/Mp4Movie.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ void StartFFMpeg()
8181
"-pixel_format","rgb24",
8282
"-r", fps.ToString(),
8383
"-colorspace","bt709",
84+
"-color_trc","iec61966-2-1",
8485
"-s", texture.GetWidth() + "X" + texture.GetHeight(),
8586
"-i", @"pipe:0",
8687
};

0 commit comments

Comments
 (0)