chai2010 / webp

WebP decoder and encoder for Go (Zero Dependencies).
http://godoc.org/github.com/chai2010/webp
BSD 3-Clause "New" or "Revised" License
512 stars 89 forks source link

how to get only vp8 bytes #54

Open LazarenkoA opened 1 year ago

LazarenkoA commented 1 year ago

hi. the webp format is based on the vp8 codec, how can I get vp8 bytes without metadata? I have a need to create a webm video (using https://github.com/pion/example-webrtc-applications/tree/master/save-to-webm ). On mac OC, I used another vp8 codec and the video was created, but on windows that codec does not fit, I tried your project, but the video is not being created, I think this is due to the presence of any service information in the file