CIS: front-end added; ingest_content request implemented; get_load is buggy
[living-lab-site.git] / cis / job_test.json
1 {
2     "raw_video": "test.ogv",
3     "name": "test",
4     "weight": 3,
5     "transcode_configs": [
6         {
7             "container": "webm",
8             "a_codec": "vorbis",
9             "a_bitrate": "128k",
10             "v_codec": "vp8",
11             "v_bitrate": "480k",
12             "v_resolution": "640x480"
13         }
14     ],
15     "thumbs": 4
16 }