DescriptionAdds a new Profile to the Media Encoding Cluster, the Profile will be available immediately. Request Method POST ActionUrl/api/v1/profile Request Parameter
Response ElementsExamplesExample Request URL: http://localhost:8080/api/v1/profile { "name":"Adobe Flash flv(320x240 500kb) mp3(128kb 44.1kHz stereo) ", "description":"test beschreibung", "format":{ "id":"flv", "fileExtension":"flv" }, "video":{ "id":"flv", "type":"video", "b":"500000", "g":"250", "qmin":"2", "qmax":"51", "qdiff":"4", "time_base":"1/25", "aspect":"64/45", "width":"320", "height":"240", "flags":"global_header" }, "audio":{ "id":"flv", "type":"audio", "ab":"128000", "ac":"2", "ar":"44100", "flags":"global_header" } } Example Response { "response": { "status": "ok", "message": "", "requestID": "5322005e-4b62-11e1-9d83-0023ae8ddf40" }, "uuid": "5324b65a-4b62-11e1-9ef8-0023ae8ddf40" } Related Operations |