开发者

Best way to add image to mp3 file with PHP?

开发者 https://www.devze.com 2023-01-23 17:42 出处:网络
I am looking for a way to embed album art in a mp3 file with PHP, either through a some kind of PHP script开发者_如何学Go or through exec() and a Linux command. PHP supports setting ID3 tags, but it l

I am looking for a way to embed album art in a mp3 file with PHP, either through a some kind of PHP script开发者_如何学Go or through exec() and a Linux command.


PHP supports setting ID3 tags, but it looks like it does not support images.

If you want to add image you can make use of the eyeD3 Linux command with --add-image option.

0

精彩评论

暂无评论...
验证码 换一张
取 消