0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-07 00:50:23 -05:00
immich/server/libs/domain/src
Mert e9722710ac
feat(server): transcode bitrate and thread settings (#2488)
* support for two-pass transcoding

* added max bitrate and thread to transcode api

* admin page setting desc+bitrate and thread options

* Update web/src/lib/components/admin-page/settings/setting-input-field.svelte

Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com>

* Update web/src/lib/components/admin-page/settings/setting-input-field.svelte

Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com>

* two-pass slider, `crf` and `threads` as numbers

* updated and added transcode tests

* refactored `getFfmpegOptions`

* default `threads`, `maxBitrate` now 0, more tests

* vp9 constant quality mode

* fixed nullable `crf` and `threads`

* fixed two-pass slider, added apiproperty

* optional `desc` for `SettingSelect`

* disable two-pass if settings are incompatible

* fixed test

* transcode interface

---------

Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com>
2023-05-22 13:07:43 -05:00
..
album feat(server): improve validation of albums (#2188) 2023-04-06 12:50:55 -05:00
api-key refactor(server): flatten infra folders (#2120) 2023-03-30 14:38:55 -05:00
asset feat(server): pagination for asset queries in jobs (#2516) 2023-05-22 13:05:06 -05:00
auth feat(web,server): user storage label (#2418) 2023-05-21 23:18:10 -04:00
communication refactor(server): jobs and processors (#1787) 2023-02-25 08:12:03 -06:00
crypto refactor(server): auth guard (#1472) 2023-01-31 12:11:49 -06:00
facial-recognition feat(server): pagination for asset queries in jobs (#2516) 2023-05-22 13:05:06 -05:00
job feat(server): pagination for asset queries in jobs (#2516) 2023-05-22 13:05:06 -05:00
media feat(server): transcode bitrate and thread settings (#2488) 2023-05-22 13:07:43 -05:00
metadata fix(server): reverse geocoding crash loop (#2489) 2023-05-20 21:39:12 -05:00
oauth fix(server): oauth mobile callback url (#2339) 2023-04-26 15:39:18 -05:00
partner feat(web,server): user storage label (#2418) 2023-05-21 23:18:10 -04:00
person feat: facial recognition (#2180) 2023-05-17 12:07:17 -05:00
search feat(server): pagination for asset queries in jobs (#2516) 2023-05-22 13:05:06 -05:00
server-info feat(server): split generated content into a separate folder (#2047) 2023-03-25 09:50:57 -05:00
share feat (server, web): Share with partner (#2388) 2023-05-15 12:30:53 -05:00
smart-info feat(server): pagination for asset queries in jobs (#2516) 2023-05-22 13:05:06 -05:00
storage feat(web,server): user storage label (#2418) 2023-05-21 23:18:10 -04:00
storage-template feat(server): pagination for asset queries in jobs (#2516) 2023-05-22 13:05:06 -05:00
system-config feat(server): transcode bitrate and thread settings (#2488) 2023-05-22 13:07:43 -05:00
tag refactor(server): flatten infra folders (#2120) 2023-03-30 14:38:55 -05:00
user feat(web,server): user storage label (#2418) 2023-05-21 23:18:10 -04:00
user-token feat(web,server): manage authorized devices (#2329) 2023-04-25 21:19:23 -05:00
domain.config.ts refactor(server): common (#2066) 2023-03-23 23:55:15 -05:00
domain.constant.ts feat(server): split generated content into a separate folder (#2047) 2023-03-25 09:50:57 -05:00
domain.module.ts feat: facial recognition (#2180) 2023-05-17 12:07:17 -05:00
domain.util.ts feat(server): pagination for asset queries in jobs (#2516) 2023-05-22 13:05:06 -05:00
index.ts feat: facial recognition (#2180) 2023-05-17 12:07:17 -05:00