mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-12-08 12:19:05 +00:00
fix(server): h264 and hevc not respecting max bitrate (#3052)
* added `-bufsize` flag * updated test
This commit is contained in:
@@ -396,6 +396,7 @@ describe(MediaService.name, () => {
|
||||
'-preset ultrafast',
|
||||
'-crf 23',
|
||||
'-maxrate 4500k',
|
||||
'-bufsize 9000k',
|
||||
],
|
||||
twoPass: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user