English 中文(简体)
id3 information
原标题:
  • 时间:2010-02-22 18:44:56
  •  标签:
  • mp3
  • id3

I want to know about the id3 metadata, I am eager in extracting the album art from the mp3 file.

Can u help me in suggesting a page which says about the id3 tag information (especially the images). I cant able to access the id3 developer info website.

最佳回答

http://id3lib.sourceforge.net/

id3lib provides a nice API for reading id3 info from MP3s, it s used quite widely as well.

问题回答

The best way to know the internal structure of the ID3 Tags are to take some time in hand and read the specifications. I have a write up in this topic, you might want to read that too.

What Are ID3 Tags All About

Synchronization Safe Integers

And ofcourse the Developer Information: http://www.id3.org/Developer_Information

You can t access this page? http://www.id3.org/Developer_Information
If you can t access that page you re almost dead in the water.





相关问题
C# WMPLib Duration of a mp3

Im using WMPLib to make an easy mp3player in C#. Im almost done but theres one more thing I want to do. I Would like to how far gone the song is and also, how much is left of the song. using for ...

Playing MP3 files with Python

I m trying to write my own media player (like Foobar), and I m having trouble tracking down a Python library that ll play MP3s. I know Pymedia does mp3s, but it looks outdated - the latest installer ...

How do you create a web audio playlist?

I m researching ways to create a web radio station of sorts. It will have streaming MP3 audio from TV programs for users to listen to. They should have the option of just listening to the stream or ...

How to write mp3 frames from PCM data (C/C++)?

How to write mp3 frames (not full mp3 files with ID3 etc) from PCM data? I have something like PCM data (for ex 100mb) I want to create an array of mp3 frames from that data. How to perform such ...

Can you encode an mp3 file with multiple bitrates?

Is it possible to encode an mp3 file using multiple bit rates? e.g., 0-2min 64kbps, 2-4min 128kbps, and 4-10min 64kbps (the middle section needs higher sound quality) Or am I stuck having to encode ...

C# Play MP3 from Resources with MCI or WMP control?

I have a MP3 file in my Resources of Visual C#. I m trying to find out if there is a way I can play this MP3 in a Windows Media Player control or with MCI, I m not particular. I m fairly new to C#. ...

热门标签