mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-01-11 11:45:49 +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:
@@ -4644,7 +4644,7 @@
|
||||
"targetAudioCodec": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetScaling": {
|
||||
"targetResolution": {
|
||||
"type": "string"
|
||||
},
|
||||
"transcode": {
|
||||
@@ -4661,7 +4661,7 @@
|
||||
"preset",
|
||||
"targetVideoCodec",
|
||||
"targetAudioCodec",
|
||||
"targetScaling",
|
||||
"targetResolution",
|
||||
"transcode"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user