<div dir="ltr">Hi, <div><br></div><div>I would like to extract the album art in an audio file using libvlc.</div><div><br></div><div>With </div><div><pre style="margin-top:0px;margin-bottom:10px;padding:5px;border:0px;font-size:14px;vertical-align:baseline;font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,serif;overflow:auto;width:auto;max-height:600px;word-wrap:normal;color:rgb(0,0,0);line-height:17.804800033569336px;background:rgb(238,238,238)">

<code style="margin:0px;padding:0px;border:0px;vertical-align:baseline;font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,serif;white-space:inherit;background-image:initial;background-repeat:initial">char* artwork_c = libvlc_media_get_meta(media, libvlc_meta_ArtworkURL);</code></pre>

</div><div>I am able to get the url of this image.</div><div>If this image is contained in the file, I get "attachements://cover", but how can I get the bytes of this image via libvlc ?</div><div><br></div><div>

I have seen the same question and reposted at <a href="https://forum.videolan.org/viewtopic.php?f=14&t=51558&start=0">https://forum.videolan.org/viewtopic.php?f=14&t=51558&start=0</a> but the thread is very old.</div>

<div><br></div><div>Thanks for your help.</div><div>Audric</div></div>