aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-02-26 10:00:44 +0100
committerChocobozzz <me@florianbigard.com>2018-02-26 10:49:27 +0100
commit1125c40a32cfd6066a5da5aa4da6d709577b5601 (patch)
tree973684d1e0c7afa7ff6ba34fbc9b3b360242e3ea /config/default.yaml
parentbf5685f0b7b1f23a1a3a972fc4d66061f31f9510 (diff)
downloadPeerTube-1125c40a32cfd6066a5da5aa4da6d709577b5601.tar.gz
PeerTube-1125c40a32cfd6066a5da5aa4da6d709577b5601.tar.zst
PeerTube-1125c40a32cfd6066a5da5aa4da6d709577b5601.zip
Change transcoding default conf options
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 0d0e788dd..3243d016d 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -61,14 +61,14 @@ user:
61# In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions. 61# In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions.
62# Uses a lot of CPU and increases storage! 62# Uses a lot of CPU and increases storage!
63transcoding: 63transcoding:
64 enabled: false 64 enabled: true
65 threads: 2 65 threads: 2
66 resolutions: # Only created if the original video has a higher resolution 66 resolutions: # Only created if the original video has a higher resolution
67 240p: true 67 240p: false
68 360p: true 68 360p: false
69 480p: true 69 480p: false
70 720p: true 70 720p: false
71 1080p: true 71 1080p: false
72 72
73instance: 73instance:
74 name: 'PeerTube' 74 name: 'PeerTube'