Fix 10bit vp9 streaming (#2458)

This commit is contained in:
WithoutPants
2022-04-02 07:12:07 +11:00
committed by GitHub
parent 0880991a2c
commit f4a9ea76a1

View File

@@ -85,6 +85,7 @@ var CodecVP9 = Codec{
"-row-mt", "1", "-row-mt", "1",
"-crf", "30", "-crf", "30",
"-b:v", "0", "-b:v", "0",
"-pix_fmt", "yuv420p",
}, },
} }