从原始 MP3 中剥离 ID 标签
我想获得一个干净的 Mp3 文件,没有任何其他数据,如 id 标签、封面图像、编码器信息或其他数据。 只要是有效文件中的mp3,就可以播放每个mp3播放器。
我从这个开始: 独立于 ID3 标签访问 MP3 音频数据? http://code.google.com/p/ kodebucket/source/browse/trunk/bin/mp3dump.rb
获取没有 id 标签的 mp3 的有效哈希值效果很好,但是当您将输出保存到 mp3 文件中时,它就损坏了。
也许您有一个想法,如何完成这项工作。
I want to get an clean Mp3 File, without any aditional data like id Tags, Cover Image, encoder info or what else.
Just the mp3 in an valid file, wich can play every mp3 player.
I started with this one:
Access MP3 audio data independently of ID3 tags?
http://code.google.com/p/kodebucket/source/browse/trunk/bin/mp3dump.rb
It works nice to get an valid hash of the mp3 without id Tags, but when you save the output into an mp3 file, it's broken.
Maybe you have there an idea, how to get this work.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用这个 Ruby 库应该非常简单:
http://unixgods.org /~tilo/Ruby/ID3/docs/index.html
最好是 0.5.0 或更高版本,
安装 gem 后检查“examples”目录中的文件,
例如:在 irb 中交互测试
it should be pretty straight forward with this Ruby library:
http://unixgods.org/~tilo/Ruby/ID3/docs/index.html
preferably version 0.5.0 or higher
check the files in the 'examples' directory once the gem is installed
e.g.: testing this interactively in irb
如果您使用的是 Linux 或 Mac,请尝试 BulkID3。 http://sourceforge.net/projects/bulkid3
Try BulkID3 if you're using Linux or Mac. http://sourceforge.net/projects/bulkid3