diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-12-24 18:02:04 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-01-13 09:14:09 +0100 |
commit | b7085c713220c9c5a96c9bb77330c2ba6ae9274e (patch) | |
tree | a2cefbd1742d5f2ba48f76759f3450171dc224f8 /config/test.yaml | |
parent | 7185dab3ff509cec9f03a15d826625b5a1bd0ada (diff) | |
download | PeerTube-b7085c713220c9c5a96c9bb77330c2ba6ae9274e.tar.gz PeerTube-b7085c713220c9c5a96c9bb77330c2ba6ae9274e.tar.zst PeerTube-b7085c713220c9c5a96c9bb77330c2ba6ae9274e.zip |
add support for 1440p (Quad HD/QHD/WQHD) videos
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/test.yaml b/config/test.yaml index a8a724255..3e0346d64 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -78,6 +78,7 @@ transcoding: | |||
78 | 480p: true | 78 | 480p: true |
79 | 720p: true | 79 | 720p: true |
80 | 1080p: true | 80 | 1080p: true |
81 | 1440p: true | ||
81 | 2160p: true | 82 | 2160p: true |
82 | hls: | 83 | hls: |
83 | enabled: true | 84 | enabled: true |
@@ -98,6 +99,7 @@ live: | |||
98 | 480p: false | 99 | 480p: false |
99 | 720p: false | 100 | 720p: false |
100 | 1080p: false | 101 | 1080p: false |
102 | 1440p: false | ||
101 | 2160p: false | 103 | 2160p: false |
102 | 104 | ||
103 | import: | 105 | import: |