mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Add row-based multithreading for live transcodes
This commit is contained in:
@@ -39,6 +39,7 @@ func (e *Encoder) StreamTranscode(probeResult VideoFile, startTime string) (io.R
|
|||||||
"-vf", "scale=iw:-2",
|
"-vf", "scale=iw:-2",
|
||||||
"-deadline", "realtime",
|
"-deadline", "realtime",
|
||||||
"-cpu-used", "5",
|
"-cpu-used", "5",
|
||||||
|
"-row-mt", "1",
|
||||||
"-crf", "30",
|
"-crf", "30",
|
||||||
"-b:v", "0",
|
"-b:v", "0",
|
||||||
"-f", "webm",
|
"-f", "webm",
|
||||||
|
|||||||
Reference in New Issue
Block a user