Answer the question
In order to leave comments, you need to log in
Is it possible to avoid encoding video in two different formats to support all browsers? (html5, video tag)?
I am developing an open source video hosting engine in C/C++. I need to provide support for all browsers, but I would like to do without flash, the engine is still open. I would also like to use the open WebM format and avoid h.264 encoding. The problem is that IE and Safari don't support WebM. What are the options for getting out of this situation?
Answer the question
In order to leave comments, you need to log in
Find an open source client on flash (like YouTube) and use h.264 and it, this is now the most common option
It's hard without H.264, think about mobile devices, they will want it too. Why not use x264?
In theory, this should be decided not by the engine developer, but by a specific user. Provide the ability to configure your daemon. And users will decide for themselves - what codec, what video quality and how many copies they need.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question