javacv icon indicating copy to clipboard operation
javacv copied to clipboard

How to get audio album cover?

Open Aienao opened this issue 1 year ago • 4 comments

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

Aienao avatar Jul 31 '22 02:07 Aienao

AFAIK, this isn't something that FFmpeg supports.

saudet avatar Jul 31 '22 02:07 saudet

AFAIK, this isn't something that FFmpeg supports.

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

Aienao avatar Aug 01 '22 03:08 Aienao

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.

saudet avatar Aug 01 '22 05:08 saudet

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

Aienao avatar Aug 01 '22 06:08 Aienao