diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index cf9d69a62..c70e6a205 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -323,6 +323,7 @@ transcoding: | |||
323 | 323 | ||
324 | resolutions: # Only created if the original video has a higher resolution, uses more storage! | 324 | resolutions: # Only created if the original video has a higher resolution, uses more storage! |
325 | 0p: false # audio-only (creates mp4 without video stream, always created when enabled) | 325 | 0p: false # audio-only (creates mp4 without video stream, always created when enabled) |
326 | 144p: false | ||
326 | 240p: false | 327 | 240p: false |
327 | 360p: false | 328 | 360p: false |
328 | 480p: false | 329 | 480p: false |
@@ -382,6 +383,7 @@ live: | |||
382 | profile: 'default' | 383 | profile: 'default' |
383 | 384 | ||
384 | resolutions: | 385 | resolutions: |
386 | 144p: false | ||
385 | 240p: false | 387 | 240p: false |
386 | 360p: false | 388 | 360p: false |
387 | 480p: false | 389 | 480p: false |