From b7085c713220c9c5a96c9bb77330c2ba6ae9274e Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 24 Dec 2020 18:02:04 +0100 Subject: add support for 1440p (Quad HD/QHD/WQHD) videos --- support/docker/production/config/custom-environment-variables.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'support/docker/production/config') diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml index c4c627551..954c3714b 100644 --- a/support/docker/production/config/custom-environment-variables.yaml +++ b/support/docker/production/config/custom-environment-variables.yaml @@ -106,6 +106,9 @@ transcoding: 1080p: __name: "PEERTUBE_TRANSCODING_1080P" __format: "json" + 1440p: + __name: "PEERTUBE_TRANSCODING_1440P" + __format: "json" 2160p: __name: "PEERTUBE_TRANSCODING_2160P" __format: "json" -- cgit v1.2.3