diff --git a/internal/encoder/encoder.go b/internal/encoder/encoder.go index d3277c3..f029612 100644 --- a/internal/encoder/encoder.go +++ b/internal/encoder/encoder.go @@ -229,7 +229,7 @@ func (e *Encoder) encodeVideo(input string, opusFiles []string, job *types.Job, dir := filepath.Dir(input) outFile := filepath.Join(dir, "output.mkv") - svtParams := fmt.Sprintf("film-grain=10:film-grain-denoise=1:scd=1:qm-min=4:qm-max=15") + svtParams := fmt.Sprintf("film-grain=10:film-grain-denoise=1:scd=1:qm-min=4:qm-max=15:keyint=10s") zscaleStr, newWidth, err := e.calculateZscaleWidth(input, 0) if err != nil {