summaryrefslogtreecommitdiff
path: root/src/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.json')
-rw-r--r--src/test.json13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/test.json b/src/test.json
index 23f9a18..a895a97 100644
--- a/src/test.json
+++ b/src/test.json
@@ -9,6 +9,12 @@
"480p25": { "width": "854", "height": "480", "rate": "25/1" },
"360p25": { "width": "640", "height": "360", "rate": "25/1" }
},
+ "audiorates": {
+ "160@44": { "bitrate": 160, "samplerate": "44100" },
+ "96@44": { "bitrate": 96, "samplerate": "44100" },
+ "160@48": { "bitrate": 160, "samplerate": "48000" },
+ "96@48": { "bitrate": 96, "samplerate": "48000" }
+ },
"formats": {
"flash": { "muxer": "flv", "video": "h264", "audio": "aac" },
"webm": { "muxer": "webm", "video": "vp8", "audio": "vorbis" },
@@ -30,7 +36,8 @@
},
"input": {
"source": "decklink",
- "resolution": "720p25"
+ "resolution": "720p25",
+ "samplerate": 48000
},
"encoder": {
"video": {
@@ -38,8 +45,8 @@
"vp8": [ "720p25", "480p25", "360p25" ]
},
"audio": {
- "aac": [ 160, 96 ],
- "vorbis": [ 160, 96 ]
+ "aac": [ "160@44", "96@44" ],
+ "vorbis": [ "160@48", "96@48" ]
}
},
"muxer": {