add: keyint=10s svtav1 parameter
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user