|
NAMEmp3unicode —
Convert MP3 tags to Unicode
SYNOPSIS
DESCRIPTIONmp3unicode MP3Unicode is a command line utility to
convert ID3 tags in mp3 files between different encodings.
In order to see the available encodings execute:
OPTIONS
EXAMPLEmp3unicode --source-encoding cp1251 --id3v1-encoding
none --id3v2-encoding unicode file.mp3
will read id3v2 tag (or id3v1 tag if there is no id3v2) from the file, convert the text fields in the tag from cp1251 to Unicode and will write id3v2 tag back, stripping away id3v1 tag. SEE ALSOmp3unicode Home Page, http://mp3unicode.sourceforge.net. AUTHORS AND COPYRIGHTCopyright (c) 2005-2012 Alon Bar-Lev <alon.barlev@gmail.com>Copyright (c) 2005-2012 Andrey Dubovik All rights reserved. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Visit the GSP FreeBSD Man Page Interface. |