Change how we handle resolution

It was an enum before, now we just use video height
This commit is contained in:
Chocobozzz
2017-10-09 11:06:13 +02:00
parent aa8b6df4a5
commit 14d3270f36
18 changed files with 266 additions and 230 deletions

View File

@@ -46,3 +46,9 @@ user:
transcoding:
enabled: false
threads: 2
resolutions: # Only created if the original video has a higher resolution
240p: true
360p: true
480p: true
720p: true
1080p: true