1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-24 12:42:44 +01:00
immich/web/src/lib
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
..
__mocks__ Add AlbumCard UI tests 2022-09-07 16:00:57 +02:00
assets fix(web): use correct favicon sizes (#2446) 2023-05-17 09:20:32 -05:00
components feat(server): transcode bitrate and thread settings (#2488) 2023-05-22 13:07:43 -05:00
models feat (server, web): Share with partner (#2388) 2023-05-15 12:30:53 -05:00
stores feat(web+server): map improvements (#2498) 2023-05-21 01:26:06 -05:00
utils fix(web): context menu overlap + outclick types (#2506) 2023-05-21 11:01:08 -05:00
constants.ts feat: facial recognition (#2180) 2023-05-17 12:07:17 -05:00