
"C:\ffmpeg\bin\ffmpeg.exe" -i "%%a" -an -y -vcodec copy "E:\songgs\%%~na.jpg" mp3 files ffmpeg -i input.mp3 -an -vcodec copy cover.jpg This is the code for extracting album art from. I want ffmpeg to automatically extract the album art from each audio file and then convert it to video in batch. This works great except I have to manually put the album art each time.



I have pretty much a working code but I want to automate the whole thing. I'm looking to batch convert all audio (mp3) in folder to video (mp4) with album artwork.
