chore(server): explicitly use svt-av1 encoder (#13389)

This commit is contained in:
Kevin Cox
2024-10-15 14:53:18 -04:00
committed by GitHub
parent 8eb79805ae
commit e57bd94f04
2 changed files with 5 additions and 1 deletions

View File

@@ -1322,7 +1322,7 @@ describe(MediaService.name, () => {
expect.objectContaining({
inputOptions: expect.any(Array),
outputOptions: expect.arrayContaining([
'-c:v av1',
'-c:v libsvtav1',
'-movflags faststart',
'-fps_mode passthrough',
'-map 0:0',