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:
Tibia2000
2024-11-22 15:58:37 +01:00
committed by GitHub
parent ffde232753
commit 7b07ba3a22
+1 -1
View File
@@ -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 {