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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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