updated README

This commit is contained in:
Martchus 2015-08-16 23:36:49 +02:00
parent c59b2dd36a
commit 5e550eebb0
1 changed files with 5 additions and 4 deletions

View File

@ -5,14 +5,15 @@ C++ library for reading and writing MP4 (iTunes), ID3, Vorbis and Matroska tags.
The tag library can read and write the following tag formats:
- iTunes-style MP4 tags (MP4-DASH is supported)
- ID3v1 and ID3v2 tags
- Vorbis comments
- Vorbis comments (cover art via "METADATA_BLOCK_PICTURE" is supported)
- Matroska/WebM tags and attachments
The tag library can also parse technical information such as the ID, format, bitrate,
duration and timestamps of the tracks.
The library can also display technical information such as the ID, format, language, bitrate,
duration, size, timestamps, sampling frequency, FPS and other information of the tracks.
It also allows to inspect and validate the element structure of MP4 and Matroska files.
For examples check out the CLI interface of my tageditor (also on Git).
For examples check out the CLI interface of my Tag Editor (which is also on Git).
## Build instructions
The tagparser library depends on c++utilities and is built in the same way.