Hi folks,

just a project of a weekend, I've implemented a WebM player that's based on 
libvpx bindings an that actually decodes the video and audio, not a 
shortcut for ffmpeg. While being still poor on audio sync after seeking, it 
works just good enough to show how bindings for large C libs can be useful. 
It also contains sample code on the Opus and Vorbis decoding flow, the 
latter is always really tricky to get right. EBML parsing work is made 
previously by Jorge Acereda Macia, he's a bit upset after I used his code, 
so keep up dude, you rock.

https://github.com/xlab/libvpx-go

Please note that the demo player is based on GLFW+Nuklear to do GUI, there 
may be complications with compiling under Linux or Windows,
feel free to file any bugs you found. I wish I could write that part 
entirely in Go, but not this time.

-Max

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to