mirror of https://github.com/stashapp/stash.git
Fix 10bit vp9 streaming (#2458)
This commit is contained in:
parent
0880991a2c
commit
f4a9ea76a1
|
@ -85,6 +85,7 @@ var CodecVP9 = Codec{
|
|||
"-row-mt", "1",
|
||||
"-crf", "30",
|
||||
"-b:v", "0",
|
||||
"-pix_fmt", "yuv420p",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue