Theora Playback Library 1.0 RC1

Started by
8 comments, last by kspes 10 years, 8 months ago
Hi everyone, I'd like to divert your attention to the newly released 1.0 RC1 of the open-source 'Theora Playback Library': http://libtheoraplayer.sf.net It's a library that gives you smooth and fast video playback ability featuring audio output and precise seeking with just a few function calls. Check out the wiki for documentation and give the sdk a try, a few demos are included to wet your appetite ;) If you're interested in using the library, feel free to ask any questions on the project's forum;
Advertisement
Just curious; how do you synchronize audio and video in this library?

[size=1]Visit my website, rawrrawr.com

there is a demo: a/v player that shows this, basically I use the PCM offset indicator which in turn gives me the exact time position of the playing audio to determine which frame should be displayed when. works like a charm!
Pretty damn nifty, thank u
-Jawshttp://uploading.com/files/eff2c24d/TGEpre.zip/
Does anybody have a working example of this working?

maybe the A/V Demo source code? Can't find much documentation on it.
-Jawshttp://uploading.com/files/eff2c24d/TGEpre.zip/
Quote:Original post by BlackShark33
Does anybody have a working example of this working? maybe the A/V Demo source code? Can't find much documentation on it.
Did you consider looking in the source code?

Tristam MacDonald. Ex-BigTech Software Engineer. Future farmer. [https://trist.am]

oh lol, couldn't find it, Im dumb,

Thank you so much, very helpful,

And Thank YOU kspes for this amazing library
-Jawshttp://uploading.com/files/eff2c24d/TGEpre.zip/
Quote:Original post by BlackShark33
Does anybody have a working example of this working?

maybe the A/V Demo source code? Can't find much documentation on it.


There are 5 demos, and their source code can be found in the SVN trunk ;)
Also, there is a doxygen online API reference here: http://libtheoraplayer.sourceforge.net/api/html/index.html

Glad you like it, the project is starting to develop a community, that's nice to see :) if you need a feature or spot a bug, I'd gladly implement it!
its because of this library that I can implement cutscenes in my game.

Its hard to fully comprehend how cool that is.
now i just need to figure out how to make cutscenes :D
-Jawshttp://uploading.com/files/eff2c24d/TGEpre.zip/

So, anyone here using the library? It has since been upgraded and some major bugs were fixed :)

This topic is closed to new replies.

Advertisement