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/default.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/default.yaml')
-rw-r--r-- | config/default.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index b68a96f51..d2c713b52 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -227,6 +227,7 @@ transcoding: | |||
227 | 480p: false | 227 | 480p: false |
228 | 720p: false | 228 | 720p: false |
229 | 1080p: false | 229 | 1080p: false |
230 | 1440p: false | ||
230 | 2160p: false | 231 | 2160p: false |
231 | 232 | ||
232 | # Generate videos in a WebTorrent format (what we do since the first PeerTube release) | 233 | # Generate videos in a WebTorrent format (what we do since the first PeerTube release) |
@@ -280,6 +281,7 @@ live: | |||
280 | 480p: false | 281 | 480p: false |
281 | 720p: false | 282 | 720p: false |
282 | 1080p: false | 283 | 1080p: false |
284 | 1440p: false | ||
283 | 2160p: false | 285 | 2160p: false |
284 | 286 | ||
285 | import: | 287 | import: |