1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-25 13:12:46 +01:00
immich/server/src/domain/system-config/dto
Mert f8ff342852
feat(server): advanced settings for transcoding (#3775)
* set stream with `-map` flag

* updated tests

* fixed audio stream mapping

* added bframe setting to config

* updated api

* added b-frame option in dashboard

* updated tests and formatting

* "Advanced" section for FFmpeg with extra options

* updated api

* updated tests and formatting

* styling

* made vp9 bitstream filters conditional on b-frames

* fixed gop size condition

* add cq override

* simplified isEdited conditions

* simplified conditional flow for cq mode

* fixed dto

* clarified cq mode in description

* formatting

* added npl setting

* Adjusted b-frame title and description

* fixed rebase

* changed defaults for pascal compatibility, added temporal aq setting

* updated api

* added temporal aq to ui

* polished dashboard

* formatting
2023-09-03 08:22:42 +07:00
..
index.ts feat(web/server): webp thumbnail size configurable (#3598) 2023-08-08 09:39:51 -05:00
system-config-ffmpeg.dto.ts feat(server): advanced settings for transcoding (#3775) 2023-09-03 08:22:42 +07:00
system-config-job.dto.ts refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
system-config-machine-learning.dto.ts feat(ml)!: customizable ML settings (#3891) 2023-08-29 08:58:00 -05:00
system-config-oauth.dto.ts feat(server): storage label claim (#3278) 2023-07-15 14:50:29 -05:00
system-config-password-login.dto.ts refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
system-config-storage-template.dto.ts refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
system-config-thumbnail.dto.ts feat(web/server): webp thumbnail size configurable (#3598) 2023-08-08 09:39:51 -05:00
system-config.dto.ts feat(web,server)!: configure machine learning via the UI (#3768) 2023-08-25 06:15:03 +02:00