[Libav-user] Extract cover image from audio files (mp3, m4a)

2011-12-09 Thread Kirell Benzi
Hello, I'm new to ffmpeg, I would like to know if it is possible to extract an image embedded in an audio file, aka audio cover and how to do it. This is mainly for mp3 and m4a files. Thank you for your help ! Cheers, Kirell ___ Libav-user mailing

Re: [Libav-user] Extract cover image from audio files (mp3, m4a)

2011-12-09 Thread Carl Eugen Hoyos
Kirell Benzi kirell.benzi@... writes: I'm new to ffmpeg, I would like to know if it is possible to extract an image embedded in an audio file, aka audio cover and how to do it. Does the output of ffmpeg -i yourfile indicate that the images are detected? Carl Eugen

Re: [Libav-user] Extract cover image from audio files (mp3, m4a) from C/C++

2011-12-09 Thread Kirell Benzi
Hi, I want to use the C api from within my program, not the ffmpeg program. So far I have extracted metadata, like artist, album, etc. I couldn't find the api for image like APIC Frame in a mp3 file. Cheers, Kirell On 9 déc. 2011, at 17:43, Carl Eugen Hoyos wrote: Kirell Benzi