How to add a cover to mp3 using python?
漂亮男人
漂亮男人 2017-07-05 10:35:26
0
1
1100

I searched a lot on Baidu and Google, and finally found two examples on stackoverflow, but neither worked.
Example URL:
Link description
Example:

Are there any other methods, or other modules

漂亮男人
漂亮男人

reply all(1)
伊谢尔伦

You can use lame through the command line, such as:

lame --ti /path/to/file.jpg audio.mp3

If there is no suitable class library, you can use python’s subprocess to encapsulate it yourself.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template