aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
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/production.yaml.example
parentbf5685f0b7b1f23a1a3a972fc4d66061f31f9510 (diff)
downloadPeerTube-1125c40a32cfd6066a5da5aa4da6d709577b5601.tar.gz
PeerTube-1125c40a32cfd6066a5da5aa4da6d709577b5601.tar.zst
PeerTube-1125c40a32cfd6066a5da5aa4da6d709577b5601.zip
Change transcoding default conf options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 0b15c7b96..b43d778e1 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -61,14 +61,14 @@ user:
61# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag 61# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
62# Uses a lot of CPU! 62# Uses a lot of CPU!
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'