diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index d7bbc39cf..98b1669cd 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -217,7 +217,7 @@ transcoding: | |||
217 | allow_audio_files: true | 217 | allow_audio_files: true |
218 | threads: 1 | 218 | threads: 1 |
219 | resolutions: # Only created if the original video has a higher resolution, uses more storage! | 219 | resolutions: # Only created if the original video has a higher resolution, uses more storage! |
220 | 0p: false # audio-only (creates mp4 without video stream) | 220 | 0p: false # audio-only (creates mp4 without video stream, always created when enabled) |
221 | 240p: false | 221 | 240p: false |
222 | 360p: false | 222 | 360p: false |
223 | 480p: false | 223 | 480p: false |