diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 12 |
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! |
63 | transcoding: | 63 | transcoding: |
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 | ||
73 | instance: | 73 | instance: |
74 | name: 'PeerTube' | 74 | name: 'PeerTube' |