1ID3CONVERT(1) User Command ID3CONVERT(1)
2
3
4
6 id3convert - Converts between id3v1 and id3v2 tags of an mp3 file.
7
9 id3convert [ OPTION ] [ FILE ]
10
12 Id3convert converts between id3v1 and id3v2 tags of an mp3 file.
13 Id3convert will render both types of tag by default. Only the last tag
14 type indicated in the option list will be used. Non-rendered tags will
15 remain unchanged in the original file. Id3convert will also parse and
16 convert Lyrics3 v2.0 frames, but will not render them.
17
18
20 -1, --v1tag
21 Render only the id3v1 tag
22
23 -1, --v2tag
24 Render only the id3v2 tag
25
26 -s, --strip
27 Strip, rather than render, the tags
28
29 -p, --padding
30 Use padding in the tag
31
32 -h, --help
33 Display help and exit
34
35 -v, --version
36 Display version information and exit
37
38
40 id3tag(1), id3info(1), id3v2(1)
41
43 id3lib was originally designed and implemented by Dirk Mahoney and is
44 maintained by Scott Thomas Haug <sth2@cs.wustl.edu>. Manual page writ‐
45 ten for Debian GNU/Linux by Robert Woodcock <rcw@debian.org>.
46
47
48
49local May 2000 ID3CONVERT(1)