Hi I'm working on a simple application where I want to create a X-second during video encoded using libvpx (vp8). I've got an encoded vpx_image_t which I now want to write back into a webm file.
I've seen libwebm which also has an example muxer which does a lot more that necessary. I'm looking for an example or explanation on how to write encoded vpx_image_t variables to webm with only the strictly necessary parts of webm/matroska.