Displaying 6 results from an estimated 6 matches for "vorbis_".
Did you mean:
vorbis
2008 Aug 08
1
transcoding to theora from quicktime using xiphqt
Hi,
I'm trying to convert some quicktime files into Ogg/Theora using the
Xiph QuickTime Components version 1.8.
The end goal is to stream these files using apache httpd and the cortado
applet (and hopefully the embedded players that will be in Firefox
soon).
Using iMovie DV on OS X 10.4.11 (intel) I'm able to export as an ogg
movie, however the resultant file has problems with audio on
2002 Feb 16
1
Proposed header file changes to allow for dynamic linking of DLLs at runtime
...dded MS specific #pragma pack statements to allow
for fixed structure element alignment seperate to my projects desired
structure element alignment. If you have questions, I'd be glad to field
them.
One further note, header file naming conventions. All ogg_ prefixed
functions are in ogg.h, all vorbis_ prefixed functions are in vorbis.h and
all vorbisenc_ prefixed functions are in codec.h (note the differenct and
discontinuity?).
All together, nice job folks. I hope these changes can make it into the code
in the next version. It would greatly help to not have to *fix* the header
files so that th...
2000 Apr 28
2
Metadata followup
Once upon a time Monty said:
>id3v2 will not be a part of Vorbis. Ogg bistreams allow mixing streams of any
>type, and there will be an XML stream type defined for metadata. This is a
>better solution than id3 in just about every technical sense. The Ogg
>bitstream code to support this already exists.
Can you please elaborate? Is this functionality complete? The only
mention to
2000 Sep 13
1
my vorbis comments
Ok I just finished writing a Vorbis encoder/decoder, and here are some
of my comments (I'm sure some of these are well known, but here they
are anyway - sorry this is long):
1. vorbis_info:
a. Accessing the pre-computed info structs through pointers to
static data is messy IMO. I should be able to vorbis_info_init
(or similar) an info struct to be exactly the same as info_A, for
instance. That way, I could vorbis_clear and free it at the end
just like I do...
2007 Feb 28
4
"Any who has ever written an Ogg (de)muxer curses it's name frequently" (sic)
>From some random dude on Slashdot
[ http://yro.slashdot.org/comments.pl?sid=224420&cid=18177356 ]:
"Second, whether AVI is better or worse than Ogg is debatable. Any who
has ever written an Ogg (de)muxer curses it's name frequently. It's
extremely codec-specific, and the format is rather loosely defined,
with no consistent standard way to do much of anything....
AVI has
2007 Feb 28
4
"Any who has ever written an Ogg (de)muxer curses it's name frequently" (sic)
>From some random dude on Slashdot
[ http://yro.slashdot.org/comments.pl?sid=224420&cid=18177356 ]:
"Second, whether AVI is better or worse than Ogg is debatable. Any who
has ever written an Ogg (de)muxer curses it's name frequently. It's
extremely codec-specific, and the format is rather loosely defined,
with no consistent standard way to do much of anything....
AVI has