diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 8012134cc..ac5e2a739 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -87,11 +87,12 @@ user: | |||
87 | video_quota: -1 | 87 | video_quota: -1 |
88 | 88 | ||
89 | # If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag | 89 | # If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag |
90 | # Uses a lot of CPU! | 90 | # In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions. |
91 | # Please, do not disable transcoding since many uploaded videos will not work | ||
91 | transcoding: | 92 | transcoding: |
92 | enabled: true | 93 | enabled: true |
93 | threads: 1 | 94 | threads: 1 |
94 | resolutions: # Only created if the original video has a higher resolution | 95 | resolutions: # Only created if the original video has a higher resolution, uses more storage! |
95 | 240p: false | 96 | 240p: false |
96 | 360p: false | 97 | 360p: false |
97 | 480p: false | 98 | 480p: false |