We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
STB libraries»Forums
6 posts
STB and OGG video
Edited by indiuuh on Reason: Initial post
OGG on STBlib is just for music or run videos?
I'm using FREEGLut, GLUT and OpenGL with STB libs to learn a little bit, and i wanna to run a ogg video in a part of the screen?
It support video transparency too?
Mārtiņš Možeiko
2583 posts / 2 projects
STB and OGG video
stb has vorbis decoder than decodes vorbis format from ogg container.
For video you'll need different library. If it is theora video then libtheora would work.