From 7b40d88bf05cfc53e62dddf2dcef80261f5e708e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 29 Sep 2012 11:22:22 +0200 Subject: flow as 4 sections, introducing audiorates --- src/test.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'src/test.json') 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": { -- cgit v1.2.3