mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat(all): ffmpeg quality options improvements (#2161)
* feat: change target scaling to resolution in ffmpeg config * feat(microservices): scale vertical video correctly, only scale if video is larger than target
This commit is contained in:
parent
9076f3e69e
commit
808d6423be
12 changed files with 76 additions and 46 deletions
|
|
@ -13,7 +13,7 @@ const defaults: SystemConfig = Object.freeze({
|
|||
preset: 'ultrafast',
|
||||
targetVideoCodec: 'h264',
|
||||
targetAudioCodec: 'aac',
|
||||
targetScaling: '1280:-2',
|
||||
targetResolution: '720',
|
||||
transcode: TranscodePreset.REQUIRED,
|
||||
},
|
||||
oauth: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue