Earlier quoted context omitted.
Its unlikely to be ffmpeg. A high quality transcoder or encoder that is used for broadcasting doesn't use ffmpeg. Its all h/w based codecs with specialized software. Take a look at http://www.motorola.com/Video-Solutions/US-EN/Products-and-S... . FFMPEG is great for personal use but unlikely to be used in production systems. 1. Its not "enterprisy". By that mean there is company behind the codecs who can provide supp…
We're not talking about broadcasting but transcoding, which is a very different workload. FFmpeg is used by Youtube, Vimeo, ZenCoder, Transload-it and PandaStream (where I'm working at) to transform the videos. Hardware encoders are great for a specific target but FFmpeg just supports most the rubbish video formats that customers like to throw at us.
AWS introduces Elastic Transcoder
11–18 of 18 posts
Re: AWS introduces Elastic Transcoder
#12Re: AWS introduces Elastic Transcoder
#13Re: AWS introduces Elastic Transcoder
#14Earlier quoted context omitted.
We're not talking about broadcasting but transcoding, which is a very different workload. FFmpeg is used by Youtube, Vimeo, ZenCoder, Transload-it and PandaStream (where I'm working at) to transform the videos. Hardware encoders are great for a specific target but FFmpeg just supports most the rubbish video formats that customers like to throw at us.
given that sites tend to only encode to a few formats, and given decoding is cheap cpu wise: couldn't you pipe the output of the ffmpeg decoder into a hardware encoder and get the best of both worlds?
Re: AWS introduces Elastic Transcoder
#15Earlier quoted context omitted.
We're not talking about broadcasting but transcoding, which is a very different workload. FFmpeg is used by Youtube, Vimeo, ZenCoder, Transload-it and PandaStream (where I'm working at) to transform the videos. Hardware encoders are great for a specific target but FFmpeg just supports most the rubbish video formats that customers like to throw at us.
given that sites tend to only encode to a few formats, and given decoding is cheap cpu wise: couldn't you pipe the output of the ffmpeg decoder into a hardware encoder and get the best of both worlds?
Re: AWS introduces Elastic Transcoder
#16Interesting. Could something like this be used to live stream video? Edit: at those rates, streaming to 1000 people for an hour would cost you 1800 dollars. I can't see that being worthwhile....
Amazon already offers live video streaming at a much lower price:
http://aws.amazon.com/cloudfront/faqs/#Does_Amazon_CloudFron...
Re: AWS introduces Elastic Transcoder
#17Earlier quoted context omitted.
Most people underestimate the cost of handling FFmpeg and all it's particularities and the complexities inherent to each video format. Especially if you support "any" format on the input you quickly end up spending a lot of time dealing with heuristics (which evolve with each FFmpeg release). Development and learning time might be a bigger cost than the potential savings. The target format is also really important. W…
Its unlikely to be ffmpeg. A high quality transcoder or encoder that is used for broadcasting doesn't use ffmpeg. Its all h/w based codecs with specialized software. Take a look at http://www.motorola.com/Video-Solutions/US-EN/Products-and-S... . FFMPEG is great for personal use but unlikely to be used in production systems. 1. Its not "enterprisy". By that mean there is company behind the codecs who can provide supp…
Re: AWS introduces Elastic Transcoder
#18Unless I'm missing something, this is nothing that can't already be done by http://Zencoder.com