mirror of
https://github.com/livepeer/lpms
synced 2026-04-22 15:57:25 +08:00
Update ffmpeg.go change preset from slow to medium (#427)
Going from 2 pass encode slow preset to medium preset.
This commit is contained in:
+1
-1
@@ -671,7 +671,7 @@ func createCOutputParams(input *TranscodeOptionsIn, ps []TranscodeOptions) ([]C.
|
||||
if len(p.VideoEncoder.Name) <= 0 && len(p.VideoEncoder.Opts) <= 0 {
|
||||
p.VideoEncoder.Opts = map[string]string{
|
||||
"forced-idr": "1",
|
||||
"preset": "slow",
|
||||
"preset": "medium",
|
||||
"tier": "high",
|
||||
}
|
||||
if p.Profile.Quality != 0 {
|
||||
|
||||
Reference in New Issue
Block a user