From: robert <Rob...@gm...> - 2011-04-30 08:57:21
|
Am 30.04.2011, 02:02 Uhr, schrieb Aaron Bewza <bla...@ho...>: > I have a few suggestions about tags... can more tagging options be added > to the Command Line? > Specifically: > > Album Artist TXXX frame like foobar2000 ? > Publisher TPUB > Encoded by TENC > Author URL ? > Copyright TCOP > These are standard tags listed on Windows 7, on any Mp3 properties > window, which are not listed as Command Line options for Lame. > They would certainly be fine additions to the already existing tag > options. > Thank you for your consideration... > Aaron Bewza You can try this, with a recent LAME build like 3.99 beta: lame --tv "TPUB=Publisher" --tv "TENC=Encoded by" --tv "TCOP=Copyright" --tv "TXXX=Album Artist=Aaron Bewza" test.wav You can add --id3v2-ucs2 in front of tags, if you want them to be stored as unicode strings. Ciao Robert |