video-transcoding-api
video-transcoding-api copied to clipboard
Agnostic API to transcode media assets across different cloud services.
Some of these services support DRM (like widevine) and encryption; any plans to surface these features... I could consider putting together a pull request if you guys are open to...
Consumers of job status data might need rendition file size information. We need to expose that data for every provider. - [ ] Elastic Transcoder - [ ] Elemental -...
We have providers reporting `advanced_hls`, `mpeg-ts` and other containers on the container field for hls jobs. We should normalize this on the transcoding api.
We could at least return job ID's. This will help us on debugging what's going on.
moving from #148 Since we have the concept of `LocalPreset`s now, we can support all encoding services even if they don't have API's to handle presets. Do you guys think...
The rate controls is always `VBR` no matter if we're passing `CBR` or `VBR` on the preset.
The rate controls is always `VBR` no matter if we're passing `CBR` or `VBR` on the preset.
At first glance, at least how we're calling its API, Elemental Conductor doesn't seem to allow existing presets to be updated. When using the transcoding API to create/update existing presets...
We should support [mapping array of structs](https://github.com/NYTimes/video-transcoding-api/blob/master/db/redis/storage/redis.go#L99-L106) so we can correctly save [Job.Outputs](https://github.com/NYTimes/video-transcoding-api/blob/master/db/types.go#L48).