zencoder-cs
zencoder-cs copied to clipboard
A .NET C# client library for zencoder.com.
Now job ids have grown beyond Int32
Hi With the Zencoder-cs the Id Job was an Int and it not work now becouse the id is now a long value. I see that with the version NS.Zencoder...
Hi Chad Burggraf, from last few days we are facing one issue. i.e integer overflow. please fix this. please check this image for better understand. https://lh3.googleusercontent.com/-kr0y-eC97lc/XD8YhLE-MYI/AAAAAAAAAKw/zvnIG87e3e8mj3jhzKP31I5r_AWjG6cLACL0BGAYYCw/h768/2019-01-16.png https://github.com/ChadBurggraf/zencoder-cs/blob/master/Source/Zencoder/CreateJobResponse.cs open this file...
Newtonsoft.Json can't deserialize H264Profile from json file, seems like it is related to the EnumLowercaseJsonConverter.
Refactor the library to support .NET Core / Standard. At first glance looks like configuration and http migration would be brunt of the work.
I had a 2666499254 byte file processed and the api request failed because the FileSizeBytes value couldn't be serialized into a 32 bit integer.
Hello, This is an awesome library! I have been able to use it to great success. I noticed that there is no way to pass credentials to Zencoder. https://app.zencoder.com/docs/api/encoding/job/credentials shows...
Added video_copy and audio_copy options to enable transmuxing support. I also made the input data available to the HTTP post notification as zencoder returns the input data in their response...
A suggestion is to extend INotificationReciever to include the HttpContext to the OnRecieve method. The reason to this is to be able to access context.Server.MapPath() to store data received from...