search for: oggpy

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

Did you mean: ogg
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
...show comments on a theora stream, and to encode/decode/transcode vorbis, but it doesn't let you see the video yet. It is implemented as a set of straightforward C++ classes around xiph libraries. Then boost.python is used to expose those classes to Python. The URL is http://dingoskidneys.com/oggpy/ ; binaries are provided for Debian Unstable + Python 2.3 Thanks for your feedback, Daniel Holth -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: This is a digitally signed message part Url : h...
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 boost.python, this ogg+vorbis wrapper has about six times fewer lines of hu...