On Apr 16, 2022, at 2:56 AM, Ferdi Scholten <[email protected]> wrote:
> 
> How can I strip cover art from a .m4a audio file without re-encoding?
> 
> Use ffprobe to find out in which stream the cover art is stored.
> Then just copy all streams over to a new file exept the cover art stream. 
> (using -map)
> 
> Or use another tool, for example Ex-Falso with a GUI works on all platforms 
> and also has a commandline tool named operon You can just do this:
> 
>     operon image-clear <file> [<files>]
> 

Oh, I see. I had tried a GUI demuxer that didn’t distinguish the artwork stream 
from the audio stream. I forgot about ffprobe. Thanks!

Laine Lee

_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to