0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-02-18 01:24:26 -05:00
immich/server
Markus 87c38d1832
feat(server, web): Added TranscodePolicy "Bitrate higher than max bitrate or not in accepted format" (#6479)
* chore: rebase

* chore: open api

* Add Database-Migration for setting targetCodec as acceptedCodec if it was set by admin

* Add TranscodePolicy setting, to only transcode files with a bitrate higher than set max bitrate

* Rename enum value of TranscodePolicy

* calculate max_bitrate according to "k" and "m" suffix for comparison

* remove migration

* minor changes

* UnitTest for Bitrate Policy

* Fix UnitTest

* Add missing output options

---------

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
2024-01-30 20:25:07 -05:00
..
bin refactor: no experimental vm modules (#6719) 2024-01-29 09:11:02 -06:00
e2e chore: migrate CLI to ESM and vitest (#6777) 2024-01-30 18:23:33 -05:00
resources
src feat(server, web): Added TranscodePolicy "Bitrate higher than max bitrate or not in accepted format" (#6479) 2024-01-30 20:25:07 -05:00
test feat(server, web): Added TranscodePolicy "Bitrate higher than max bitrate or not in accepted format" (#6479) 2024-01-30 20:25:07 -05:00
.eslintrc.js
.gitignore feat(web): re-add open graph tags for public share links (#5635) 2023-12-11 13:37:47 -06:00
.prettierignore refactor: open api (#6334) 2024-01-12 07:36:27 -05:00
.prettierrc
Dockerfile chore(deps): update base-image to v20240130 (major) (#6756) 2024-01-30 09:24:44 -06:00
nest-cli.json
package-lock.json fix(deps): update dependency geo-tz to v8.0.1 (#6750) 2024-01-30 08:03:23 -05:00
package.json refactor: no experimental vm modules (#6719) 2024-01-29 09:11:02 -06:00
start-microservices.sh
start-server.sh
start.sh
tsconfig.build.json
tsconfig.json