Home  >  Q&A  >  body text

How to add a cover to mp3 using python?

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

漂亮男人漂亮男人2662 days ago1006

reply all(1)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-07-05 10:37:26

    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.

    reply
    0
  • Cancelreply