]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/production.yaml.example
Added 144p encoding (#4492)
[github/Chocobozzz/PeerTube.git] / config / production.yaml.example
index 70993bf57a30126279b916f2ce8b32f42bd691ce..0da96f612c9f9685683d6a20980590d7ea77e8c2 100644 (file)
@@ -333,6 +333,7 @@ transcoding:
 
   resolutions: # Only created if the original video has a higher resolution, uses more storage!
     0p: false # audio-only (creates mp4 without video stream, always created when enabled)
+    144p: false
     240p: false
     360p: false
     480p: false
@@ -392,6 +393,7 @@ live:
     profile: 'default'
 
     resolutions:
+      144p: false
       240p: false
       360p: false
       480p: false