diff options
author | Chocobozzz <me@florianbigard.com> | 2019-06-06 14:45:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-06-06 14:45:57 +0200 |
commit | ad3405d087b306efa5eb62a69c9b797b04eab4ce (patch) | |
tree | fd81a190cc0c5fe80a2d70465dcb4a4789b62a5f /config/test.yaml | |
parent | a6dbbf03865a955caaedc3b12f3de3e386fe850f (diff) | |
download | PeerTube-ad3405d087b306efa5eb62a69c9b797b04eab4ce.tar.gz PeerTube-ad3405d087b306efa5eb62a69c9b797b04eab4ce.tar.zst PeerTube-ad3405d087b306efa5eb62a69c9b797b04eab4ce.zip |
Improve 4K video quality after transcoding
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/test.yaml b/config/test.yaml index 7dabe433c..8d3921614 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -63,6 +63,7 @@ transcoding: | |||
63 | 480p: true | 63 | 480p: true |
64 | 720p: true | 64 | 720p: true |
65 | 1080p: true | 65 | 1080p: true |
66 | 2160p: true | ||
66 | hls: | 67 | hls: |
67 | enabled: true | 68 | enabled: true |
68 | 69 | ||