Hello guys!
Is it possible to create VP9 based HTML5 Web video with Google Chrome Browser?
+ Reply to Thread
Results 1 to 5 of 5
-
-
video can be encoded as VP9, then you can mux it into webM (mkvmerge) and then source code in web page makes it HTML5 web video that a browser supports or does not ... just clarifying this, if Chrome can encode and make webM container, I don't know
-
You can encode vp9 with ffmpeg among others..............
ffmpeg -i yourvideo.avi -c:v libvpx-vp9 -qmin 0 -qmax 50 -crf 5 -b:v 1.5M -c:a libvorbis -f webm output.webm
pauseGot my retirement plans all set. Looks like I only have to work another 5 years after I die........ -
Not so off-topic
Some time before 2005, a moderator of Doom9's forum wrote:
use WM9 today and get Micro$oft controlling the A/V market tomorrow for free
use VP9 today and get G00gle controlling the A/V market tomorrow for free -
True.....but at least it's open source. That's why Google want's it, that way they don't have to worry about paying royalties.
Got my retirement plans all set. Looks like I only have to work another 5 years after I die........