SDL and Theora

Started by
4 comments, last by sirlemonhead 14 years, 10 months ago
Hi Can someone help me so i be able to play ogg video files in SDL with Theora, please? Thanks to anyone that can help me.
Advertisement
Without more specific information, it might be tricky to help you. Here's a library that might ease your work: SDL_ffmpeg
-----PARPG - open source isometric 2d old school RPG still looking for interested contributors
Is SDL_ffmpeg free?
I mean if i can do whatever i want with my game after using it?

Thanks for your help.
Quote:Original post by DarKnight001
Is SDL_ffmpeg free?
I mean if i can do whatever i want with my game after using it?

Thanks for your help.


There is a big, fat, juicy "license" link on the page, why not see what treats lie behind it!
That link holds only the header of the LGPL 3.0 license. If I understand LGPL 3.0 correctly, only the portions of the SDL_ffmpeg that you modify are bound by the source code publishing requirement. Static linking was specifically allowed by LGPL 3.0 in case you want to link it that way.
Check out liboggplay too. It'll make playing back Theora video's far simpler.

It's what Mozilla are using for Firefox, and I use it in a game I work on :)

This topic is closed to new replies.

Advertisement