thenickdude / webm-writer-js

JavaScript-based WebM video encoder for Google Chrome
272 stars 43 forks source link

VP9 Support? #41

Closed dazzafact closed 2 years ago

dazzafact commented 2 years ago

What about Googles Vp9 codec? Will it be a Feature next Version?

thenickdude commented 2 years ago

No, VP8 is only possible because the browser's WebP image encoder was derived from the VP8 keyframe encoder, so it can be used to create compatible keyframes. VP9 doesn't have the same ability.