mirror of
https://github.com/stashapp/stash.git
synced 2026-01-01 05:03:53 +01:00
Fix 10bit vp9 streaming (#2458)
This commit is contained in:
parent
0880991a2c
commit
f4a9ea76a1
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ var CodecVP9 = Codec{
|
|||
"-row-mt", "1",
|
||||
"-crf", "30",
|
||||
"-b:v", "0",
|
||||
"-pix_fmt", "yuv420p",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue