immich/server/src/domain/media
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 refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
media.constant.ts feat(web/server): webp thumbnail size configurable (#3598) 2023-08-08 09:39:51 -05:00
media.repository.ts fix(server): extract motion photo android single frame (#3903) 2023-08-29 04:01:42 -05:00
media.service.spec.ts feat(server): advanced settings for transcoding (#3775) 2023-09-03 08:22:42 +07:00
media.service.ts fix(server): extract motion photo android single frame (#3903) 2023-08-29 04:01:42 -05:00
media.util.ts feat(server): advanced settings for transcoding (#3775) 2023-09-03 08:22:42 +07:00