mirror of
https://github.com/immich-app/immich.git
synced 2025-12-27 09:14:55 +03:00
chore(server): explicitly use svt-av1 encoder (#13389)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user