Ask HN: How do you deal with encoding HTML5 videos?
2 comments
Actually, i use Azure Media Streaming services.. (i'm BizSpark), but i suppose AWS has the same services, you just need to include a link, and the service will automaticly encode it into the correct format (don't specify the filetype).
http://azure.microsoft.com/en-us/services/media-services/
https://aws.amazon.com/digital-media/
https://www.google.be/search?q=encode+media+&oq=encode+media...
http://azure.microsoft.com/en-us/services/media-services/
https://aws.amazon.com/digital-media/
https://www.google.be/search?q=encode+media+&oq=encode+media...
Amazon does have an Amazon Elastic Transcoder, but it is rather pricey.
I use Handbrake and I also wrote a bash script that uses ffMpeg and ffMpeg2Theora and some other items to produce mp4, webm, ogv and flv fallback.
My question is this: How do you deal with this problem? Do you re-encode the videos on the server into a format that works in Firefox/other browsers? Or is there a better way to get more support without having multiple copies of each video?