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/production.yaml.example | |
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/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 1 |
1 files changed, 1 insertions, 0 deletions
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: |