Adjust Pandora encoding settings, resolves #19

This commit is contained in:
Disassembler 2017-09-24 20:31:29 +02:00
parent 37ad3bc1c9
commit 2789ff1cea

View File

@ -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 "torrent": If true, video downloads are offered via BitTorrent
*/ */
"video": { "video": {
"formats": ["webm", "mp4"], "formats": ["mp4"],
"previewRatio": 1.3333333333, "previewRatio": 1.3333333333,
"resolutions": [240, 480], "resolutions": [96, 1080],
"torrent": true "torrent": true
} }
} }