summaryrefslogtreecommitdiff
path: root/src/test.json
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-09-29 22:30:52 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-09-29 22:30:52 +0200
commitdf322db49803f1c105af3a5528932e6b0d60b3c6 (patch)
tree2dc693dac93d85e26a26bf16515b786e3ed41945 /src/test.json
parentadded support for audio-resample (diff)
width and height as numbers not strings
Diffstat (limited to 'src/test.json')
-rw-r--r--src/test.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test.json b/src/test.json
index 36954e1..cd1c903 100644
--- a/src/test.json
+++ b/src/test.json
@@ -5,9 +5,9 @@
"manager": "titan",
"version": "0.10.0",
"resolutions": {
- "720p25": { "width": "1280", "height": "720", "rate": "25/1" },
- "480p25": { "width": "854", "height": "480", "rate": "25/1" },
- "360p25": { "width": "640", "height": "360", "rate": "25/1" }
+ "720p25": { "width": 1280, "height": 720, "rate": "25/1" },
+ "480p25": { "width": 854, "height": 480, "rate": "25/1" },
+ "360p25": { "width": 640, "height": 360, "rate": "25/1" }
},
"audiorates": {
"160@44": { "bitrate": 160, "samplerate": 44100 },