From 2789ff1cea1c12f32354814fd80258c927f80f14 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Sun, 24 Sep 2017 20:31:29 +0200 Subject: [PATCH] Adjust Pandora encoding settings, resolves #19 --- pandora/srv/pandora/pandora/config.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora/srv/pandora/pandora/config.jsonc b/pandora/srv/pandora/pandora/config.jsonc index 247bf0f..ba509f6 100644 --- a/pandora/srv/pandora/pandora/config.jsonc +++ b/pandora/srv/pandora/pandora/config.jsonc @@ -1252,9 +1252,9 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "torrent": If true, video downloads are offered via BitTorrent */ "video": { - "formats": ["webm", "mp4"], + "formats": ["mp4"], "previewRatio": 1.3333333333, - "resolutions": [240, 480], + "resolutions": [96, 1080], "torrent": true } }