
mediainfo:ai:f5b90
extract cover art from mp3 file with mediainfo cli
$ mediainfo --Output='{"Cover_data":"%Cover_Data%"}' ${file.mp3}
try on your machine
This command will extract the cover art data from the specified mp3 file and output it as a JSON string with the key 'Cover_data'.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- extract cover art from mp3 file with mediainfo cli?