diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 7e07165b9..3a577d31d 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -403,6 +403,9 @@ transcoding: | |||
403 | 1440p: false | 403 | 1440p: false |
404 | 2160p: false | 404 | 2160p: false |
405 | 405 | ||
406 | # Transcode and keep original resolution, even if it's above your maximum enabled resolution | ||
407 | always_transcode_original_resolution: true | ||
408 | |||
406 | # Generate videos in a WebTorrent format (what we do since the first PeerTube release) | 409 | # Generate videos in a WebTorrent format (what we do since the first PeerTube release) |
407 | # If you also enabled the hls format, it will multiply videos storage by 2 | 410 | # If you also enabled the hls format, it will multiply videos storage by 2 |
408 | # If disabled, breaks federation with PeerTube instances < 2.1 | 411 | # If disabled, breaks federation with PeerTube instances < 2.1 |
@@ -496,6 +499,9 @@ live: | |||
496 | 1440p: false | 499 | 1440p: false |
497 | 2160p: false | 500 | 2160p: false |
498 | 501 | ||
502 | # Also transcode original resolution, even if it's above your maximum enabled resolution | ||
503 | always_transcode_original_resolution: true | ||
504 | |||
499 | video_studio: | 505 | video_studio: |
500 | # Enable video edition by users (cut, add intro/outro, add watermark etc) | 506 | # Enable video edition by users (cut, add intro/outro, add watermark etc) |
501 | # If enabled, users can create transcoding tasks as they wish | 507 | # If enabled, users can create transcoding tasks as they wish |