summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-09-29 22:43:25 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-09-29 22:43:25 +0200
commit43c3155d569b667de721f99b5f1a2f845d4ae68f (patch)
treebcf033a3733dd154a795c09b106d49331b814725 /src
parentwidth and height as numbers not strings (diff)
added h264 encode template, what about video bitrate
Diffstat (limited to 'src')
-rw-r--r--src/test.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test.json b/src/test.json
index cd1c903..a3d71a3 100644
--- a/src/test.json
+++ b/src/test.json
@@ -21,9 +21,9 @@
"ogg-audio": { "muxer": "ogg", "audio": "vorbis" }
},
"profiles": {
- "high": { "video": "720p25", "audio": 160 },
- "medium": { "video": "480p25", "audio": 160 },
- "low": { "video": "360p25", "audio": 96 }
+ "high": { "resolution": "720p25", "video": 2048, "audio": 160 },
+ "medium": { "resolution": "480p25", "video": 1024, "audio": 160 },
+ "low": { "resolution": "360p25", "video": 600, "audio": 96 }
},
"machines": {
"titan": [ "input", "encoder-vorbis", "encoder-aac", "muxer", "streamer0" ],