aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-12-24 18:02:04 +0100
committerChocobozzz <chocobozzz@cpy.re>2021-01-13 09:14:09 +0100
commitb7085c713220c9c5a96c9bb77330c2ba6ae9274e (patch)
treea2cefbd1742d5f2ba48f76759f3450171dc224f8 /support
parent7185dab3ff509cec9f03a15d826625b5a1bd0ada (diff)
downloadPeerTube-b7085c713220c9c5a96c9bb77330c2ba6ae9274e.tar.gz
PeerTube-b7085c713220c9c5a96c9bb77330c2ba6ae9274e.tar.zst
PeerTube-b7085c713220c9c5a96c9bb77330c2ba6ae9274e.zip
add support for 1440p (Quad HD/QHD/WQHD) videos
Diffstat (limited to 'support')
-rw-r--r--support/doc/api/openapi.yaml4
-rw-r--r--support/docker/production/config/custom-environment-variables.yaml3
2 files changed, 6 insertions, 1 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml
index 74b2dee28..fe4552ff7 100644
--- a/support/doc/api/openapi.yaml
+++ b/support/doc/api/openapi.yaml
@@ -3941,7 +3941,7 @@ components:
3941 properties: 3941 properties:
3942 id: 3942 id:
3943 type: integer 3943 type: integer
3944 description: 'Video resolution (240, 360, 720 ...)' 3944 description: 'Video resolution (240, 360, 720, 1080, 1440 or 2160)'
3945 example: 240 3945 example: 240
3946 label: 3946 label:
3947 type: string 3947 type: string
@@ -4829,6 +4829,8 @@ components:
4829 type: boolean 4829 type: boolean
4830 1080p: 4830 1080p:
4831 type: boolean 4831 type: boolean
4832 1440p:
4833 type: boolean
4832 2160p: 4834 2160p:
4833 type: boolean 4835 type: boolean
4834 hls: 4836 hls:
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:
106 1080p: 106 1080p:
107 __name: "PEERTUBE_TRANSCODING_1080P" 107 __name: "PEERTUBE_TRANSCODING_1080P"
108 __format: "json" 108 __format: "json"
109 1440p:
110 __name: "PEERTUBE_TRANSCODING_1440P"
111 __format: "json"
109 2160p: 112 2160p:
110 __name: "PEERTUBE_TRANSCODING_2160P" 113 __name: "PEERTUBE_TRANSCODING_2160P"
111 __format: "json" 114 __format: "json"