summaryrefslogtreecommitdiff
path: root/src/test.json
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-09-30 13:19:05 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-09-30 13:19:05 +0200
commit6e266e7628a45b0085da6517d534f4566d7a5c72 (patch)
treeaecc464b35890e00364beed52f952355c84b424b /src/test.json
parentadded h264 encode template, what about video bitrate (diff)
video encoder generation works
Diffstat (limited to 'src/test.json')
-rw-r--r--src/test.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/test.json b/src/test.json
index a3d71a3..f684e85 100644
--- a/src/test.json
+++ b/src/test.json
@@ -21,9 +21,9 @@
"ogg-audio": { "muxer": "ogg", "audio": "vorbis" }
},
"profiles": {
- "high": { "resolution": "720p25", "video": 2048, "audio": 160 },
- "medium": { "resolution": "480p25", "video": 1024, "audio": 160 },
- "low": { "resolution": "360p25", "video": 600, "audio": 96 }
+ "high": { "video": "720p25", "audio": 160 },
+ "medium": { "video": "480p25", "audio": 160 },
+ "low": { "video": "360p25", "audio": 96 }
},
"machines": {
"titan": [ "input", "encoder-vorbis", "encoder-aac", "muxer", "streamer0" ],
@@ -41,8 +41,8 @@
},
"encoder": {
"video": {
- "h264": [ "720p25", "480p25", "360p25" ],
- "vp8": [ "720p25", "480p25", "360p25" ]
+ "h264": { "720p25": 2048, "480p25": 1024, "360p25": 600 },
+ "vp8": { "720p25": 2048, "480p25": 1024, "360p25": 600 }
},
"audio": {
"aac": [ "160@44", "96@44" ],