ffmpegで音声ファイルからカバーアートを抽出
音声ファイルに画像が埋め込まれていない場合は当然何も出てこない
code:sh
ffmpeg -i foo.mp3 foo.jpg
#ffmpeg