Al Spaeth wrote:Does that mean free NLEs can use them?
yes -- but "free" has a lot of meanings. in case of x264/5 it also requires, that the source code is available and publishued under a compatible license...
Andrew Kolakowski wrote:Other than this VP9 is painfully slow.
that's not true! if you choose adequate multi-thread encoding options, it's just as fast as CPU based x265 encoding.
see:
http://wiki.webmproject.org/ffmpeg/vp9-encoding-guideMikeRochefort wrote:AV1 (a-v-one) is going to be the next ‘big’ codec drop for open source users. It’s designed to be competitive to HEVC/H.265 and uses a liberal license. Might see 1.0 released this year.
it is already released resp. the bitstream format finalized!

and concerning compression efficiency it's actually
much better than h.265. it's simply one generation ahead. in this respect VP9 was a more equal counterpart of h.256. but even this codec has in practice a much better support in actual browsers than h.265 [except on apple products], because of all this stupid licensing issues.
AV1 is indeed really promising advance, but definitely it isn't usable right now in practice.
even the fastest existing AV1 encoder (
rav1e) looks still incredible slow, and important parts (e.g. useful muxer support) are still missing -- but it's getting better every week!
what's really interesting about this actual AV1 development is also the fact, that it somehow coincides with other revolutionary changes in web software development. webassambly has opened possibilities, which where not available in the past. if you look at experiments like:
https://developers.google.com/web/updat ... 8/wasm-av1 you can already get an impression, how wasm based decoding may solve platform specific incompatibilities in the near future. that's nothing radical new, because
ogv.js already realized similar goals in the past, and was for example utilized to deliver all videos on wikipedia to those few devices (mainly apple crap), which don't support VP9 out of the box, but this new wasm/rust based solutions are a hell of a lot faster and more secure...