search for: oggpi

Displaying 3 results from an estimated 3 matches for "oggpi".

Did you mean: oggi
2006 Jun 05
3
ogg only encoding
So, I abandoned the hope of using the ogg python bindings to do pure ogg container encoding. I started looking at the libogg in the hopes of retooling the bindings to follow a better object model and it actually looks like the problem is down in libogg, not the bindings. Am I crazy or does libogg rely on libvorbis to return ogg_packets, and that there are no functions that will build an ogg_packet
2004 Mar 10
0
boost.python wrapper for parts of theora
Hi, I've been working on a competing Python wrapper for ogg, vorbis, and theora, and if you are someone who knows about boost.python and would like to test my package for me I would appreciate it. Especially re: compiler errors and how to get it to reliably work on other's computers. The wrapper should be advanced enough to add comments or show comments on a theora stream, and to
2004 Feb 16
0
C++, Python wrappers for libogg and libvorbis
since there's already a Python wrapper for libogg and libvorbis, it occurred to me: Why not write a Python wrapper for libogg and libvorbis? http://dingoskidneys.com/oggpy/ this is the 0.001 release. "release early.." it requires Boost.Python, possibly CVS Boost.Python, available from http://boost.org/ partly because it's not finished but mostly because it's written with