]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/api/videos/video-imports.ts
Added 144p encoding (#4492)
authorFlorian CUNY <poslovitch@bentobox.world>
Fri, 5 Nov 2021 09:23:02 +0000 (10:23 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Nov 2021 09:23:02 +0000 (10:23 +0100)
commit8dd754c76735417305c4b68e2ada6f623e9d7650
treeac08054cc81f7aff812e175443298f287f66b96d
parentdd6d2a7ce50e7ff02e00995ccc87f8f929ad9709
Added 144p encoding (#4492)

* Added 144p encoding

Implements https://github.com/Chocobozzz/PeerTube/issues/4428

* Fixed typo in core-utils

* Increased BitPerPixel for 144p

* Disabled 144p by default in test.yaml

* Another try at fixing tests

* Fixed test in video-transcoder (api-3)

* Fixed test in video-imports (api-4)

* Fixed test in live-constraints (api-2)

* Tried to fix tests in api-3 again

* Revert "Tried to fix tests in api-3 again"

This reverts commit 266e1143fa37f333d149c2c2791c7bd33621ac14.

* Fixed test in config.ts (api-2)

* Try to fix test in video-hls.ts (api-3)

* Fixed test in video-transcoder.ts (api-3)

* Fix tests

Co-authored-by: Chocobozzz <me@florianbigard.com>
28 files changed:
client/src/app/+admin/config/edit-custom-config/edit-configuration.service.ts
config/default.yaml
config/production.yaml.example
config/test.yaml
server/controllers/api/config.ts
server/helpers/ffprobe-utils.ts
server/initializers/checker-before-init.ts
server/initializers/config.ts
server/middlewares/validators/config.ts
server/tests/api/check-params/config.ts
server/tests/api/live/live-constraints.ts
server/tests/api/live/live.ts
server/tests/api/object-storage/live.ts
server/tests/api/object-storage/video-imports.ts
server/tests/api/server/config.ts
server/tests/api/server/stats.ts
server/tests/api/videos/audio-only.ts
server/tests/api/videos/video-hls.ts
server/tests/api/videos/video-imports.ts
server/tests/api/videos/video-transcoder.ts
server/tests/cli/create-transcoding-job.ts
server/tests/helpers/core-utils.ts
shared/core-utils/videos/bitrate.ts
shared/extra-utils/server/config-command.ts
shared/models/server/custom-config.model.ts
shared/models/videos/video-resolution.enum.ts
support/doc/api/openapi.yaml
support/docker/production/config/custom-environment-variables.yaml