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 | |
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')
-rw-r--r-- | config/default.yaml | 1 | ||||
-rw-r--r-- | config/production.yaml.example | 1 | ||||
-rw-r--r-- | config/test.yaml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index fcbbf17e8..e4e2d2273 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -189,6 +189,7 @@ transcoding: | |||
189 | 480p: false | 189 | 480p: false |
190 | 720p: false | 190 | 720p: false |
191 | 1080p: false | 191 | 1080p: false |
192 | 2160p: false | ||
192 | # /!\ EXPERIMENTAL /!\ | 193 | # /!\ EXPERIMENTAL /!\ |
193 | # /!\ Requires ffmpeg >= 4 | 194 | # /!\ Requires ffmpeg >= 4 |
194 | # Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent: | 195 | # Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent: |
diff --git a/config/production.yaml.example b/config/production.yaml.example index 0ab99ac45..c025426bb 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -197,6 +197,7 @@ transcoding: | |||
197 | 480p: false | 197 | 480p: false |
198 | 720p: false | 198 | 720p: false |
199 | 1080p: false | 199 | 1080p: false |
200 | 2160p: false | ||
200 | # /!\ EXPERIMENTAL /!\ | 201 | # /!\ EXPERIMENTAL /!\ |
201 | # /!\ Requires ffmpeg >= 4 | 202 | # /!\ Requires ffmpeg >= 4 |
202 | # Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent: | 203 | # Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent: |
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 | ||