From py.thoulon at gmail.com Thu Jul 28 21:21:06 2005 From: py.thoulon at gmail.com (Pyt) Date: Fri, 29 Jul 2005 06:21:06 +0200 Subject: [ID3 Dev] Set of test files ? Message-ID: Is there a set of test files for the not so common ID3v2.4 features ? (like extended header, compressed frames, tag footer, or several tags in a file with the SEEK mechanism) . The id3v2.org site promises there will be some day, but the promise has been there forever, and not the files... I wrote a tag parser, and could never get my hands on programs that would generate such files... Thanks, Pyt. -------------- next part -------------- An HTML attachment was scrubbed... URL: From py.thoulon at gmail.com Thu Jul 14 23:13:23 2005 From: py.thoulon at gmail.com (Pyt) Date: Fri, 15 Jul 2005 08:13:23 +0200 Subject: [ID3 Dev] ID3 Tag with Image In-Reply-To: <1DBC97F158E5CB448D1C0BE7CE81DEE64D2654@INKARBLR-EX01.Asia.DelphiAuto.net> References: <1DBC97F158E5CB448D1C0BE7CE81DEE64D2654@INKARBLR-EX01.Asia.DelphiAuto.net> Message-ID: OK, at one point, I thought my brain had short-circuited ! but we indeed have two different threads of conversation here... :-) I have never encountered an image file with an embedded ID3 tag (and I don't know whether image decoders would be able to cope with this, all the more as there is generally a few bytes of signature at the beginning of an image file to qualify the format, which would not longer be there if we had an ID3 tag (v2 at least)). As for images embedded in an ID3 tag, again, v2.3/2.4 readily support that. If you need a program that will let you include/view images, try the excellent ID3-TagIt at http://www.id3-tagit.de Regards, Pyt. On 7/14/05, Brian Mearns wrote: > Not entirely sure what Mahadevaswamy was referring to, but I was > originally asking about ID3 Tags embedded in an image file. > On 7/15/05, Mahadevaswamy.Lingaiah wrote: > > I was referring to an image of type "BMP" embedded into a ID3Tag. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From njh at ecs.soton.ac.uk Thu Jul 14 13:04:11 2005 From: njh at ecs.soton.ac.uk (Nicholas J Humfrey) Date: Thu, 14 Jul 2005 21:04:11 +0100 Subject: [ID3 Dev] CartChunk to ID3v2 mapping Message-ID: I have been working on a tool to convert CartChunk (http://www.cartchunk.org) to raw MPEG Audio files with ID3v2 tags in them. Almost the hardest part of it is working out how to map the fields. http://www.ecs.soton.ac.uk/~njh/wavemetatools/cartchunk_tag_map.html Any advice/suggestions would be great (especially the fields with question marks). In particular, I don't know what ID3 Event timing code to use for the Segue timer (very common in Broadcasting). Thanks, nick. --------------------------------------------------------------------- To unsubscribe, e-mail: id3v2-unsubscribe at id3.org For additional commands, e-mail: id3v2-help at id3.org From bmearns at coe.neu.edu Wed Jul 13 04:20:40 2005 From: bmearns at coe.neu.edu (Brian Mearns) Date: Wed, 13 Jul 2005 07:20:40 -0400 Subject: [ID3 Dev] ID3 Tag with Image In-Reply-To: <1DBC97F158E5CB448D1C0BE7CE81DEE64D228A@INKARBLR-EX01.Asia.DelphiAuto.net> Message-ID: <200507131120.j6DBKdlQ028336@wright.coe.neu.edu> Well in that case, the image is more of an attachment to the file, I'm thinking more in the instance of having an image that one is interested in and wanting to attach the meta data to the image file. -Brian _____ From: Mahadevaswamy.Lingaiah [mailto:Mahadevaswamy.Lingaiah at delphi.com] Sent: Wednesday, July 13, 2005 6:44 AM To: id3v2 at id3.org Subject: [ID3 Dev] ID3 Tag with Image Hi, Will the ID3 Tag supports the song with picture attached (BMP) to it? Thanks Swamy **************************************************************************** ************ Note: The information contained in this message may be privileged and confidential and thus protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. **************************************************************************** ************ -------------- next part -------------- An HTML attachment was scrubbed... URL: From dano at northpb.com Thu Jul 14 23:25:33 2005 From: dano at northpb.com (Dan O'Neill) Date: Thu, 14 Jul 2005 23:25:33 -0700 Subject: [ID3 Dev] ID3 Tag with Image In-Reply-To: References: <1DBC97F158E5CB448D1C0BE7CE81DEE64D2654@INKARBLR-EX01.Asia.DelphiAuto.net> Message-ID: <42D756DD.9070105@northpb.com> Pyt wrote: > On 7/15/05, *Mahadevaswamy.Lingaiah* > wrote: > > I was referring to an image of type "BMP" embedded into a ID3Tag. Yes, you can include an image in an ID3v2 tag. Let's start with the pictorial explaination (no pun intended) http://www.id3.org/easy.html Note that ID3v1 tags do not support image encapsulation. If you are looking to write software to manipulate the ID3v2 tag in an audio file, then look at http://www.id3.org/id3v2.4.0-frames.txt section 4.14 for the APIC - Attached Picture - frame specification If you're just looking for a program to manipulate the ID3v2 headers, there are quite a few to choose from at http://www.id3.org/implement.html Unfortunately the list on this page is woefully out of date. dano --------------------------------------------------------------------- To unsubscribe, e-mail: id3v2-unsubscribe at id3.org For additional commands, e-mail: id3v2-help at id3.org From py.thoulon at gmail.com Thu Jul 14 23:04:35 2005 From: py.thoulon at gmail.com (Pyt) Date: Fri, 15 Jul 2005 08:04:35 +0200 Subject: [ID3 Dev] mp3 decoding help In-Reply-To: <00ae01c588a7$fe2a7b00$0b00a8c0@cel330> References: <20050714062246.62904.qmail@web54708.mail.yahoo.com> <00ae01c588a7$fe2a7b00$0b00a8c0@cel330> Message-ID: I believe the spec is not freely available. You can buy it for the ISO, or try your luck on the net. There's a bunch of useful stuff here: http://www.mp3-tech.org. Regards, Pyt. From: "Sameer Naik Borker" > To: > Sent: Thursday, July 14, 2005 8:22 AM > Subject: [ID3 Dev] mp3 decoding help > > > > hi! > > i am developing an mp3 decoder. can nebody tell me > > where i can download the mpeg specification from. it > > would be of great help. or if u could mail it to me at > > sameersbn at yahoo.com, it would be great.. > > > > thanx... > > > > > > > > > > > > ____________________________________________________ > > Start your day with Yahoo! - make it your home page > > http://www.yahoo.com/r/hs > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: id3v2-unsubscribe at id3.org > > For additional commands, e-mail: id3v2-help at id3.org > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: id3v2-unsubscribe at id3.org > For additional commands, e-mail: id3v2-help at id3.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mt500 at gmx.de Tue Jul 12 10:01:41 2005 From: mt500 at gmx.de (Martin Teves) Date: Tue, 12 Jul 2005 19:01:41 +0200 Subject: [ID3 Dev] WMA-Tag References: <002201c58661$2e9d0800$0b00a8c0@cel330> <42D310B7.6070601@northpb.com> Message-ID: <002a01c58703$60c08ad0$0b00a8c0@cel330> But isn't WMA tagging (encoded with Windows Media encoder) different from normal ID3-"Standard" Regards, Martin ----- Original Message ----- From: "Dan O'Neill" To: Sent: Tuesday, July 12, 2005 2:37 AM Subject: Re: [ID3 Dev] WMA-Tag > Martin Teves wrote: > > > What is the difference between tagging MP3 and WMA. As written on the > > FAQ-Page of www.id3.org page, ID3 is also used for > > tagging WMA? But what are the details. Which versions of ID3 are used > > for tagging WMA and what are the differences or limitations in > > comparison to MP3? (if different) > > > > Thank you, Martin > > Martin, > > The ID3 tag is simply a convention for placing information into a file > that otherwise contains audio. > > The choice as to which version of ID3 tag is used is up to the person > who created the audio file. > > A good MP3/WMA playback device will be able to identify both ID3v1 and > ID3v2 tags and extract the information correctly and display it to the > consumer. The ID3v1 tagging standard is in wide use and has not been > fully supplanted by the ID3v2 standard, therefore playback devices need > to read both. > > dan > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: id3v2-unsubscribe at id3.org > For additional commands, e-mail: id3v2-help at id3.org > --------------------------------------------------------------------- To unsubscribe, e-mail: id3v2-unsubscribe at id3.org For additional commands, e-mail: id3v2-help at id3.org