search for: voribis

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

Did you mean: vorbis
2007 Oct 07
0
Fwd: [whatwg] Video, Closed Captions, and Audio Description Tracks
...tracks with hyperlinks on a temporal basis and some more metadata around that which is machine readable, then an extension of CMML would make the most sense. Regards, Silvia. On 10/8/07, Chris Double <chris.double@double.co.nz> wrote: > The video element description states that Theora, Voribis and Ogg > container should be supported. How should closed captions and audio > description tracks for accessibility be supported using video and > these formats? > > I was pointed to a page outlining some previous discussion on the issue: > > http://wiki.whatwg.org/wiki/Video_...
2005 Apr 30
2
Problem with CPU usage on Playstation 2 when using Ogg Vorbis.
Hi, Sometime ago i finished a port of Ogg Vorbis to Playstation 2. The code is working just fine and the music sounds like it should, but there is one problem. I get CPU usage that looks like this (when i say frames i mean actually rendering frames on the Playstations 2 and you have 50 or 60 frames per second) cpu usage: ~100% ~0% ~0% 0% ~100% current
2006 Aug 30
2
Continued:How can I seek in Ogg Vorbis file, but not using Vorbisfile library?
Hello, All. First, I want to thank Ian Malone and Ralph Giles, thanks for your kind replies. But I still have problems about seek. As you suggested, I could use ov_open_callbacks() to supply my own read/write/seek functions. So, can you give me an example? I?m sorry for my ignorance, because I haven?t used callbacks before. I analyzed the vorbisfile.c in Tremor, and I think I