immich/server/libs/domain/test
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.repository.mock.ts feat(server): improve and refactor get all albums (#2048) 2023-03-25 21:46:48 -05:00
api-key.repository.mock.ts refactor(server): jobs and processors (#1787) 2023-02-25 08:12:03 -06:00
asset.repository.mock.ts feat(server): pagination for asset queries in jobs (#2516) 2023-05-22 13:05:06 -05:00
communication.repository.mock.ts refactor(server): media service (#2051) 2023-03-23 21:40:46 -05:00
crypto.repository.mock.ts feat(server): move authentication to tokens stored in the database (#1381) 2023-01-27 14:50:07 -06:00
face.repository.mock.ts feat: facial recognition (#2180) 2023-05-17 12:07:17 -05:00
fixtures.ts feat(server): transcode bitrate and thread settings (#2488) 2023-05-22 13:07:43 -05:00
global-setup.js Fix timezone mismatch in server tests (#1918) 2023-03-16 09:02:40 -05:00
index.ts feat: facial recognition (#2180) 2023-05-17 12:07:17 -05:00
job.repository.mock.ts feat(server/web): jobs clear button + queue status (#2144) 2023-04-01 15:46:07 -05:00
machine-learning.repository.mock.ts feat: facial recognition (#2180) 2023-05-17 12:07:17 -05:00
media.repository.mock.ts feat: facial recognition (#2180) 2023-05-17 12:07:17 -05:00
partner.repository.mock.ts feat (server, web): Share with partner (#2388) 2023-05-15 12:30:53 -05:00
person.repository.mock.ts feat: facial recognition (#2180) 2023-05-17 12:07:17 -05:00
search.repository.mock.ts feat: facial recognition (#2180) 2023-05-17 12:07:17 -05:00
setup.ts refactor(server): jobs and processors (#1787) 2023-02-25 08:12:03 -06:00
shared-link.repository.mock.ts refactor(server): shared links (#1385) 2023-01-25 10:35:28 -06:00
smart-info.repository.mock.ts refactor(server): jobs and processors (#1787) 2023-02-25 08:12:03 -06:00
storage.repository.mock.ts refactor: server-info (#2038) 2023-03-21 21:49:19 -05:00
system-config.repository.mock.ts refactor(server): system config (#1353) 2023-01-21 10:11:55 -06:00
user-token.repository.mock.ts feat(web,server): manage authorized devices (#2329) 2023-04-25 21:19:23 -05:00
user.repository.mock.ts feat(web,server): user storage label (#2418) 2023-05-21 23:18:10 -04:00