aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-08-05 10:36:19 +0200
committerChocobozzz <me@florianbigard.com>2022-08-09 09:18:07 +0200
commit84cae54e7a2595bea0c3ea106a4d111fd11a4ec6 (patch)
tree03fe73edf049ce60df6bbc34dcfb2031c07ea59c /config/default.yaml
parent7e0f50d6e0c7dc583d40e196c283eb20dc386ae6 (diff)
downloadPeerTube-84cae54e7a2595bea0c3ea106a4d111fd11a4ec6.tar.gz
PeerTube-84cae54e7a2595bea0c3ea106a4d111fd11a4ec6.tar.zst
PeerTube-84cae54e7a2595bea0c3ea106a4d111fd11a4ec6.zip
Add option to not transcode original resolution
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml6
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
499video_studio: 505video_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