You can use AddMediaBenchmark, GetMediaInfo, UpdateMedia, and ProcessMedia API calls for such jobs. See the API’s documentation http://www.encoding.com/wdocs/ApiDoc for complete details of these API calls.
Knowledge Base
Find your answers here.
Find your answers here.
You can use AddMediaBenchmark, GetMediaInfo, UpdateMedia, and ProcessMedia API calls for such jobs. See the API’s documentation http://www.encoding.com/wdocs/ApiDoc for complete details of these API calls.
Assume you specified some notification URL in your AddMedia API request: <notify>http://your.server.com/Notify.aspx</notify> But you see nothing happens. Most often the problem is that your ASP.NET server drops notification HTTP request because it considers the request is ‘dangerous’. To fix this you should set validaterequest = false for this page.
XML API requests can be sent over SSL to https://manage.encoding.com as well as http://manage.encoding.com.
You can find our complete API documntation here: http://www.encoding.com/wdocs/ApiDoc
We have sample scripts available in PHP, Cold Fusion, C#, and VBScript. You can find these scripts by visiting http://www.encoding.com/api/SampleScripts
You can use encoding.com's cloud storage location as temporary storage for your encoding output. To accomplish this you leave the “Destination” field empty using any integration method Web Interface. Desktop Application, or the API. To retrieve the direct http url of your you can login to the client interface, click Encoding Queue, expand the job Read more
One of the unique and powerful features of our API is the ability to generate more than one output format in a single API request. To accomplish this you can simply duplicate the <format> parameters for each output type that you require. You can generate an unlimited number of outputs per API request. This is Read more
In the notification field of the API, web interface or Desktop Air App, you can specify a http url which we will send a notification post to once the job is complete. If we do not get a success message from our first attempt to send your system this XML we will resend the post Read more