aboutsummaryrefslogtreecommitdiff
path: root/lib/config.php
diff options
context:
space:
mode:
authorMaZderMind2014-11-10 23:42:34 +0100
committerMaZderMind2014-11-10 23:42:34 +0100
commitbdb6996709369e56b0bae93525fe60a0fdb5124c (patch)
tree142c2bdc77ce0c5dabfb62f587339b5045ca1453 /lib/config.php
parentc05b9a49f0b21ec4e1349146efb2ce4a0a67d496 (diff)
nerd-compatibly explanations to the formats
Diffstat (limited to 'lib/config.php')
-rw-r--r--lib/config.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/config.php b/lib/config.php
index 7053cd7..9ef612d 100644
--- a/lib/config.php
+++ b/lib/config.php
@@ -30,6 +30,16 @@ $GLOBALS['CONFIG']['FORMATS'] = array(
'slides' => 'Slide-Images',
);
+$GLOBALS['CONFIG']['FORMAT_TEXT'] = array(
+ 'hd' => '1920x1080, h264+aac, 5 MBit/s',
+ 'hq' => '1024x576, h264+aac, 1 MBit/s',
+ 'lq' => '640x360, h264+aac, 0.5 MBit/s',
+ 'webm' => '1024x576 vp8+vorbis in webm, zzz MBit/s',
+ 'mp3' => 'MP3, 192 kBit/s',
+ 'ogg' => 'OGG Vorbis, xxx kBit/s',
+ 'opus' => 'Opus (RFC 6716), yyy kBit/s',
+);
+
// various room-name nappings
$GLOBALS['CONFIG']['FAHRPLAN_ROOM_MAPPING'] = array(
'Grossbaustelle BER' => 'saal1',