bytedeco / javacv

Java interface to OpenCV, FFmpeg, and more
Other
7.52k stars 1.58k forks source link

How to get audio album cover? #1854

Open Aienao opened 2 years ago

Aienao commented 2 years ago

The album cover doesn't seem to be in the metaData, so how can i get, i am no idea

saudet commented 2 years ago

AFAIK, this isn't something that FFmpeg supports.

Aienao commented 2 years ago

AFAIK, this isn't something that FFmpeg supports.

So do you know which java lib that can do it?

saudet commented 2 years ago

Actually, it looks like FFmpeg does support ID3 tags: https://gist.github.com/eyecatchup/0757b3d8b989fe433979db2ea7d95a01 If you have a file in particular that fails, please attach it here.

Aienao commented 2 years ago

Actually, it looks like FFmpeg does support ID3 tags: https://gist.github.com/eyecatchup/0757b3d8b989fe433979db2ea7d95a01 If you have a file in particular that fails, please attach it here.

Thank you for your idea! I found one that looks good : http://jthink.net/jaudiotagger/index.jsp