aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml1
-rw-r--r--config/production.yaml.example1
-rw-r--r--config/test.yaml1
3 files changed, 3 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 9d102f760..07fd4d24f 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -203,6 +203,7 @@ transcoding:
203 allow_audio_files: true 203 allow_audio_files: true
204 threads: 1 204 threads: 1
205 resolutions: # Only created if the original video has a higher resolution, uses more storage! 205 resolutions: # Only created if the original video has a higher resolution, uses more storage!
206 0p: false # audio-only (creates mp4 without video stream)
206 240p: false 207 240p: false
207 360p: false 208 360p: false
208 480p: false 209 480p: false
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 68ae22944..d7bbc39cf 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -217,6 +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 240p: false 221 240p: false
221 360p: false 222 360p: false
222 480p: false 223 480p: false
diff --git a/config/test.yaml b/config/test.yaml
index 8843bb2dc..eedd28537 100644
--- a/config/test.yaml
+++ b/config/test.yaml
@@ -72,6 +72,7 @@ transcoding:
72 allow_audio_files: false 72 allow_audio_files: false
73 threads: 2 73 threads: 2
74 resolutions: 74 resolutions:
75 0p: true
75 240p: true 76 240p: true
76 360p: true 77 360p: true
77 480p: true 78 480p: true