I am struggling to output thumbnail of an mp3 file in webp format
Tried this but it did not worked for .webp
I am running this command in AWS lambda function to extract album Art and save in S3.
ffmpeg -i input.mp3 -an -vcodec copy cover.webp
Any help would be appreciated.
Reference: link