mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 12:52:38 +01:00
Add row-based multithreading for live transcodes
This commit is contained in:
parent
46c2957787
commit
aeef01a64c
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ func (e *Encoder) StreamTranscode(probeResult VideoFile, startTime string) (io.R
|
|||
"-vf", "scale=iw:-2",
|
||||
"-deadline", "realtime",
|
||||
"-cpu-used", "5",
|
||||
"-row-mt", "1",
|
||||
"-crf", "30",
|
||||
"-b:v", "0",
|
||||
"-f", "webm",
|
||||
|
|
|
|||
Loading…
Reference in a new issue