Can I use VLC for this?

Started by
3 comments, last by CoderGuy 18 years, 6 months ago
I would like to use VLC in my program to play a movie. I want to be able to use VLC with OpenGL to be able to play movies in our project. Can I use VLC to do this? We'd like to use VLC over smpeg and PyMedia. Any ideas are welcome.
Advertisement
http://www.videolan.org/vlc/

Has anyone ever used VLC in their games? Could we use this to play an intro movie in our program?
I see that I can use VLC in OpenGL, I just need to experiment with it and see if it's a good option.
This tutorial is excellent for playing AVI files in your OpenGL programs: http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=35
Ah yes, I did see that tutorial. Isn't avi files though patented? Our project is going to use ogg vorbis and ogg theora and is cross platform. The reason I want to use VLC is that I believe I wouldn't have to change any of my code to get it working on Linux, Mac, and Windows, just a recompile. We might play an avi if we can't play ogg theora.

Thank you though UndeadInsanity for the link. :)

This topic is closed to new replies.

Advertisement