diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 042f5a641..b5ea7fec5 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -413,6 +413,9 @@ transcoding: | |||
413 | 1440p: false | 413 | 1440p: false |
414 | 2160p: false | 414 | 2160p: false |
415 | 415 | ||
416 | # Transcode and keep original resolution, even if it's above your maximum enabled resolution | ||
417 | always_transcode_original_resolution: true | ||
418 | |||
416 | # Generate videos in a WebTorrent format (what we do since the first PeerTube release) | 419 | # Generate videos in a WebTorrent format (what we do since the first PeerTube release) |
417 | # If you also enabled the hls format, it will multiply videos storage by 2 | 420 | # If you also enabled the hls format, it will multiply videos storage by 2 |
418 | # If disabled, breaks federation with PeerTube instances < 2.1 | 421 | # If disabled, breaks federation with PeerTube instances < 2.1 |
@@ -506,6 +509,9 @@ live: | |||
506 | 1440p: false | 509 | 1440p: false |
507 | 2160p: false | 510 | 2160p: false |
508 | 511 | ||
512 | # Also transcode original resolution, even if it's above your maximum enabled resolution | ||
513 | always_transcode_original_resolution: true | ||
514 | |||
509 | video_studio: | 515 | video_studio: |
510 | # Enable video edition by users (cut, add intro/outro, add watermark etc) | 516 | # Enable video edition by users (cut, add intro/outro, add watermark etc) |
511 | # If enabled, users can create transcoding tasks as they wish | 517 | # If enabled, users can create transcoding tasks as they wish |