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/production.yaml.example | |
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/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 91eecbd67..4506ce259 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -240,6 +240,7 @@ transcoding: | |||
240 | 480p: false | 240 | 480p: false |
241 | 720p: false | 241 | 720p: false |
242 | 1080p: false | 242 | 1080p: false |
243 | 1440p: false | ||
243 | 2160p: false | 244 | 2160p: false |
244 | 245 | ||
245 | # Generate videos in a WebTorrent format (what we do since the first PeerTube release) | 246 | # Generate videos in a WebTorrent format (what we do since the first PeerTube release) |
@@ -293,6 +294,7 @@ live: | |||
293 | 480p: false | 294 | 480p: false |
294 | 720p: false | 295 | 720p: false |
295 | 1080p: false | 296 | 1080p: false |
297 | 1440p: false | ||
296 | 2160p: false | 298 | 2160p: false |
297 | 299 | ||
298 | import: | 300 | import: |