ffmpeg convert video to flac and keep album cover [closed]

I am trying to convert a selection of videos, webm, mkv, mp4, to flac files, to keep the music, and trying to keep the cover art that the video had, or some kind of video tag, using ffmpeg.

Been trying this, but does not seem to work

-c:a pcm_s16le -ar 44100 -sample_fmt s16 -ac 2 -i -an -vcodec copy thumbnail.jpg

I did this

-c:a pcm_s16le -ar 44100 -sample_fmt s16 -ac 2 -i -an -vcodec copy thumbnail.jpg

  • 2

    I’m voting to close this question because , as the ffmpeg tag states: Only questions about programmatic use of the FFmpeg libraries, API, or tools are on topic. Questions about interactive use of the command line tool should be asked on superuser.com or video.stackexchange.com. Please delete this.

    – 

Leave a Comment