I'm a video noob, and I have to encode a bunch of videos for streaming to an iPhone app - so I need to produce multiple screen sizes and bandwidths (for iphone, ipad etc and for wireless data, cell data, etc). I'm using AWS Elastic Transcoder.
I can only see how to do one resolution and one format per job. Does that mean I have to set up a whole bunch of jobs for each combination of screen size and bandwidth? Or is there some way to get them all into one job?
In particular, I understand that all the different streams need to be described in one .m3u8 file, so an auxiliary question is how to get the Elastic Transcoder to combine multiple streams into one description in one .m3u8 file. Maybe I have to concatenate all the different .m3u8 files from different jobs?