similar to: boost.python wrapper for parts of theora

Displaying 20 results from an estimated 6000 matches similar to: "boost.python wrapper for parts of theora"

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
2005 Dec 29
1
edit those theora comments?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 http://dingoskidneys.com/~dholth/oggzcomment-0.0.1.tar.gz This is a program that is capable of altering vorbis and theora comments in a combined stream. It requires python, libogg, and liboggz. Compile thusly: gcc oggzdc.c -o oggzdc -logg -loggz gcc oggzrc.c -o oggzrc -logg -loggz 1. Dump comment headers to a simple comments-only (now:
2004 Aug 06
1
ultra-preliminary C++ wrapper for ogg & vorbis
Hi. I'm working on a very simple C++ wrapper for parts of libogg and libvorbis; I thought I would expose it for initial comments and the generally curious. No conveniences, no frills. No helpful higher-level abstractions. Just a translation from ogg_method_foo(ogg_method* data) to classes that hold the ogg_stream_state etc., so you may type mypage.bos() instead of
2004 Jan 31
1
FLAC streaming over HTTP
If FLAC is to be streamed over http, it makes sense that ogg123 ought to be able to recognize flac on http when it sees it. http://dingoskidneys.com/shoutpy/httppeek.patch It seems to work. - Daniel Holth --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to
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
2006 Jan 25
0
shout python
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Rakotomandimby Mihamina wrote: > Hi, > > I discovered shout-python. I use it to straem theora to an icecast > server. But works quite right except some times, it hangs, with no > reasons. I built it against libshout 2.2 The server i an IceCast > 2.3.1 > > I have some notes: > > The stream type, in the example could be
2006 Jan 25
2
shout python
On Wed, 2006-01-25 at 12:38, Daniel Holth wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Rakotomandimby Mihamina wrote: > > > Hi, > > > > I discovered shout-python. I use it to straem theora to an icecast > > server. But works quite right except some times, it hangs, with no > > reasons. I built it against libshout 2.2 The server i an
2004 Aug 06
1
ruby-shout 2.0 released
ruby-shout 2.0 has been released. it has an raa entry on raa.ruby-lang.org, and a (modest) page at http://www.dingoskidneys.com/~jaredj/shout.html. -- 01CB B175 70D8 2E39 CA13 AEA6 3A2B 2219 31CD 5381 check out www.fastmail.fm. fast mail, free or cheap. web + IMAP. -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size:
2004 Feb 22
1
videolan
Everyone might be interested in knowing that videolan's cvs tree, combined with the excruciatingly simple patch attatched, is capable of playing back chained ogg/theora+vorbis streams. (encoded with example cvs). For example, icecast video. videolan has decided to parse vorbis, speex, theora headers with its own code. There's an ogg demuxer (the file I patched) and the codecs are each
2004 Feb 21
2
lib-multiogg
As ogg gains more codecs, moving forward into the brave new world of multi-codec streams, the cutting edge cannot press forward effectively without a way to abstract out many of the parts of dealing with multi-codec ogg streams. It's tricky to get these things right. Every program that uses ogg needs a reliable way to find out when chained streams begin and end, which codecs a given stream
2009 Aug 26
0
[LLVMdev] [Stackless] [C++-sig] [Boost] Trouble optimizing Boost.Python integration for game development (it seems too slow)
On Wed, Aug 26, 2009 at 4:41 AM, Dan Sanduleac<sanduleac.dan at gmail.com> wrote: > Oh, I see. Didn't think of this, thanks! > > So, just to be clear, there's no binding overhead in Cython because the > functions defined there are pure python, right? (The function objects I > mean). Whereas the ones I defined in Boost are more expensive to call. > > On Wed, Aug
2006 Jan 25
2
shout python
Hi, I discovered shout-python. I use it to straem theora to an icecast server. But works quite right except some times, it hangs, with no reasons. I built it against libshout 2.2 The server i an IceCast 2.3.1 I have some notes: The stream type, in the example could be vorbis | mp3. Wouldn't it be the time to change it to ogg | mp3? As well as theora can be in a ogg. Is there any known
2003 May 18
1
Problems with the pyvorbis Python wrapper under Windows
Hi! The following Python code does what is excepted under Linux: >>> from ogg.vorbis import * >>> com=VorbisFile('01.ogg').comment() >>> com['title']='foo' >>> com.write_to('01.ogg') but under Windows I get the following error: Traceback (most recent call last): File "<stdin>", line 1, in ? IOError: [Errno
2004 Aug 06
0
better icecasts?
On Tuesday 03 February 2004 05:29, Daniel Holth wrote: > I've noticed that there are forks of icecast with interesting new > features (specifically the one on savannah.gnu.org with the ability to > stream speex). Are there plans to merge any of these forks with the > icecast.org icecast? > We're very happy to take any contributions - but so far, all the third party
2010 Jan 21
0
python-theora: some comments
Hi, here's a list of comments on python-theora: 1) http://certik.github.com/python-theora/module_theora.html#class-theora uses theora.test_files but setup.py does not install the test files so using this API fails with Traceback (most recent call last): File "browse-video.py", line 4, in <module> t = theora.Theora(theora.test_files[2]) File "theora.pyx",
2019 Aug 13
0
[PATCH libnbd 2/6] generator: Create only one Python wrapper per closure.
We were previously generating one instance of the Python closure wrapper per (function * Closure arg). However these wrappers didn't actually differ across functions. We can therefore save a lot of code by only generating one wrapper per closure globally. This reduces the amount of generated code by nearly 25%. Before and after: $ wc -l python/methods.c 3275 python/methods.c $ wc -l
2018 Aug 09
0
Boosted fields search in Python
On 9 Aug 2018, at 10:09, Katja Abramova <katja.abramova at dimension.it> wrote: > I need to do a search for a > multi-word query in which particular fields are boosted - preferably at > query time. That is, given a query like "the cat is lying on the mat" (with > an OR operator, ignoring word positions but with stemming and stop words > removed), I'd like to
2010 May 21
1
FYI: tagesschau.de partly with Ogg Theora
The news site of Germany's main public television station ARD now has some short clips in Ogg Theora: http://www.tagesschau.de/tagesschau24/ These are the "news in 100 seconds" clips, which are also available in mp4/h264. Curiosuly longer video-news are available as either flash or wmv? Regards, Hannes
2007 Mar 11
2
Online file converter to Theora , Who thinks transcode to Theora is difficult?
Hi to all , I discover this website http://www.mux.am , that lets you to put an url of movie file and this website convert the file to other formats , including Ogg Theora. When the file is converted they send you an email with the URL to download the file. Also , if you want to take control of the converter and set advanced setting for it , you can try the power mux :
2018 Aug 09
2
Boosted fields search in Python
Hi, I'm using Xapian in Python2. I'm trying to replicate an analysis that somebody else performed in Lucene. To do that I need to do a search for a multi-word query in which particular fields are boosted - preferably at query time. That is, given a query like "the cat is lying on the mat" (with an OR operator, ignoring word positions but with stemming and stop words removed),