Flavio Ribeiro
Flavio Ribeiro
The rate controls is always `VBR` no matter if we're passing `CBR` or `VBR` on the preset.
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).
We don't need a `LocalPreset` abstraction.
I've discussed with @fsouza about that, maybe storing the provider directly on providers list will reduce the overall complexity of the code. We should remove the factory and create a...
https://github.com/asticode/go-astiencoder
One job should be able to handle more than one preset. This way we could create a job which outputs both WebM and MP4 renditions, for example.
both @fsouza and @mateusdelbianco had issues installing ffmpeg on MacOS, I think we should write a section on Readme to address how to build using brew before running snickers and...