STB and OGG video
1 year, 3 months ago
Edited by
indiuuh
on Oct. 14, 2019, 11:26 a.m.
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
2160 posts
/ 1 project
STB and OGG video
1 year, 3 months ago
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.