This example shows how to embed an animated WebP
image as the cover art inside an MP3’s
ID3 tags, so it can be displayed and animated in compatible players like (soon) HTMLPlayer.
Monody.mp3
by TheFatRat).WebP
cover art file (cover.webp
).ffmpeg
to extract the cover:
ffmpeg -i yourfile.mp3 -an -vcodec copy cover.webp
Once embedded, upload your MP3 to the player above, and if your browser supports animated WebP, the cover art will display and animate synced with playback.