Editing mp3 files in Java(ID3)

好久不见. 提交于 2019-12-12 08:53:54

问题


i'm kinda new in programming so i hope you can help me :)

Lately, I've been trying to write sth that can change id3 tags of mp3 file. I managed to write code getting those tags quite easily, but i have no idea how to write code changing tags. I assumed that there may be no easy solution, so I decided to try out some libraries. It may be my fault, but none of them work..

Anyway, my question is : if it is quite simple - how to do my own id3 tag getting code? and if not, are there any libraries you can recommend, and you are sure that they work, so I can spend hours on trying to run it by myself :)?


回答1:


And for anyone stumbling onto this all these years on, mp3agic might be handy.




回答2:


Processing has ways of manipulating audio, video, and even 3d (and of course normal images)




回答3:


This library:

http://javamusictag.sourceforge.net/

provides a means of reading and writing id3 tags.



来源:https://stackoverflow.com/questions/7031250/editing-mp3-files-in-javaid3

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!