similar to: Metadata

Displaying 20 results from an estimated 1000 matches similar to: "Metadata"

2000 Aug 07
1
full circle on the text stream format
I've come full circle on the Ogg text stream format, back to arbitrary associated xml streams. What's changed? Mostly rolling the requirements around in my head, and weighting them differently. I think we've dealt with the complexity issue; this functionality can be optional for "dumb" audio players, and possibly also for dumb video players, though there it's a smaller
2000 Oct 27
1
missing def file in vorbis win32 build stuff
I was just trying to build the shared lib stuff and include it into RC4 of FreeAmp 2.1 today, but I found that the .def file for the vorbis build stuff is missing and therefore no .lib file is generated. Is there a reason for that, or is it just an omission? In any case, I will hold off on the latest and greatest vorbis stuff in FreeAmp until next week.... --ruaok Freezerburn! All else
2000 Jun 18
2
xml stream formats
Speaking of Metadata, how's work going on the definition? Looking back at the list archives, there seems to be a semi-plan to use Robert Kay's DTD from http://www.cdindex.org/dtd/TrackInfo.dtd, but I'm conserned that it's too specialized for video and we'll end up having a special case for audio-only files. There are a couple of general issues here. Micheal Smith suggested on
1999 Aug 12
1
Vorbis source development status
Now that a few folks of the appropriate technical background are listening (and that a couple more I'm expecting to join in a bit can grab this message from the archive), it seems prudent to start talking about where Vorbis is and what it needs. I'll assume at this point everyone knows what Vorbis is; stop me if I'm wrong ;-) More of the code is complete than the web pages might
2000 Feb 04
3
Hello
Hi, I am interested in helping out with the project. What tasks are on the TODO list? I am one of the lead developers of the FreeAmp (www.freeamp.org) project so obviously I will create a decoder plugin for our player but I would also like to help out with the Vorbis CODEC itself. elrod --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
2000 Aug 02
4
RDF Metadata Specification
I've put together the first attempt to defining an RDF metadata vocabulary for use with the CD Index/MusicBrainz/OggVorbis. If you care about metadata issues, please take a look at: http://www.cdindex.org/MM I've included a section for video specific stuff, but everything that I originally had in there is being covered by the MM:Contributors section. The Contributors stuff will allow
2000 Apr 20
3
Thoughts on vorbisfile
Hi all, While reading through various bits of libvorbis and vorbisfile, and then thinking about how to implement other features in the xmms and winamp plugins, I had some thoughts... Vorbisfile is very useful, and very easy to use. It is, however, tied to stdio - which means you can't use it for lots of other stuff where it'd be useful - like streaming, or (under win32) avoiding stdio
2000 Apr 19
3
integer pcm decode patch
Hi! I've spent the last few nights digging into the Vorbis source and working to implement a vorbis_synthesis_pcmout_int() function that kicks out interleaved int16_t pcm data. I think its important to have this function available to make the job for people using the codec a little easier. This function abstracts out the conversion to int16_t and removes the extra overhead of moving the pcm
2000 Jul 20
2
Freeamp output plug-in
Hello: I don't usually post requests like this to mailing lists, but I've just about run out of other options. The vorbis.org and vorbis.com sites both make mention of a beta vorbis output plug-in for freeamp, but I'm blowed if I can find it anywhere. It's definitely not in the vorbis.com download section (unless it's been placed their within the last 24 hours or so), and
2000 Jul 20
2
Freeamp output plug-in
Hello: I don't usually post requests like this to mailing lists, but I've just about run out of other options. The vorbis.org and vorbis.com sites both make mention of a beta vorbis output plug-in for freeamp, but I'm blowed if I can find it anywhere. It's definitely not in the vorbis.com download section (unless it's been placed their within the last 24 hours or so), and
2000 Mar 28
3
Finally. A deadline, and a call to arms...
Hi folks, I've been dickering around again, wasting the time away.... and today Brian Zisk (chief Vorbis Evangelist among other things) said, "Hey! We need to demo to the world on the 4th of April!" Hooo boy. Time to suck it up and bang it out. The Vorbis libs are not a problem. I'm in process of checking in my new psychoacoustics (they're real pretty!) based on
1999 Aug 15
1
Vorbis transform description
OK, into the nitty-gritty, albeit a high-level version. If it sounds like I'm glossing important details, you're right. This discusses only the basic DSP; precise coding, framing, sync, etc, will be in another mail. Vorbis is a hybrid transform domain general purpose audio encoder, like MPEG in some respects (it is rooted in much of the same basic theory). For the most part, the
2001 Mar 20
2
Problems with the beta4 rpms
The beta4 rpms from the vorbis.com site do not install the link to libogg.so.0: lrwxrwxrwx 1 root root 15 Mar 16 18:24 libogg.so.0 -> libogg.so.0.1.0 -rwxr-xr-x 1 root root 16269 Feb 26 04:53 libogg.so.0.1.0 The source dist does it correctly: lrwxrwxrwx 1 root root 15 Feb 27 13:03 libogg.so -> libogg.so.0.1.0 lrwxrwxrwx 1 root root
2000 Feb 16
1
Decode questions
Sorry, to interrupt the license flame war... I downloaded the source from CVS as of 11am this morning and there are a couple of issues that I ran into: 1) I built the package and then in the examples dir I executed the following commands: # cdparanoia -B 1-1 # ./encoder-example < track01.cdda.wav > test.vor # ./decoder-example < test.vor > out.wav The rip and the encode both work
2000 Oct 25
2
UTF-8 to ISO 8859-1 converter
I've got a bug pending for FreeAmp right now where the vorbis metadata plugin does not handle international characters right. The comments that are returned from vorbis_comment_query() are in UTF-8, but FreeAmp is ISO 8859-1. I've been looking for a UTF-8 --> ISO 8859-1 converter that is available for inclusion in a GPL/LGPL program and is reasonably small. There are many full blown
2000 Jul 25
2
Library issues (BOUNCE vorbis-dev@xiph.org: Non-member submission from [rob@emusic.com]) (fwd)
BTW, I need a volunteer to upgrade xiph.org to MailMan or the like. I'm officially sick to death of majordomo. (Or, if you want to code all the features I want in majordomo, that's fine too ;-) I'm a little bit out of time, see.... ------- Forwarded Message Sender: robert@emusic.com I just brought the FreeAmp codebase up to speed with the latest Vorbis source. In doing so,
2000 Sep 13
3
Lossless video codec
I know this probably transcends the scope of the current aims of Ogg video, but one thing I'd consider extremely useful is a lossless video compressor. There are a few of them out there (e.g. PICVideo's lossless wavelet codec) but I've found no free ones so far. The primary use would be for storage of video clips that would be too cumbersome to store as raw frames but still require
2005 Apr 19
5
Rid me of this boot GUI
One of these days, RedHat might actually run me off!!!! AAAARGH!!!! Can anyone tell me how to get CentOS 4 to simply boot to the console in text mode? If I wanted a stinkin' GUI I would have installed winders! Now, my KVM and 25 foot cord is just too long to send a GUI signal across the room and I'm missing 50% of the screen.. striped vertically.. at about 1/8th inch spacing. Not
2020 Sep 19
1
extra fields question
Hi, I'm trying to configure the use of plugins per user in dovecot, more specifically, fts and fts_solr. It happen to have other necessary plugins per protocol, for example "imap_quota" which would be specifically for the imap protocol and which does not apply for the lmtp protocol. For this I need to specify that for the imap protocol I have: protocol imap { mail_plugins =
2006 Oct 01
2
Metadata & RDF
On 30/09/06, Ralph Giles <giles@xiph.org> wrote: > On Sat, Sep 30, 2006 at 12:21:53PM +0200, Danny Ayers wrote: > > > Basically I'd like to embed arbitrary (meta)data in flac files. > > I agree it would be best to define a new block type for RDF > metadata, or probably better for random attached XML data, That sounds reasonable, but... and > let the xml parser