Skip to content

Instantly share code, notes, and snippets.

@jamescridland
Created January 4, 2020 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamescridland/abff350f0fc92f8e2a13659abe58273a to your computer and use it in GitHub Desktop.
Save jamescridland/abff350f0fc92f8e2a13659abe58273a to your computer and use it in GitHub Desktop.
To add an image to a podcast
ffmpeg -i podnews200103.mp3 -i podnews200103.jpeg -map 0:0 -map 1:0 -c copy -id3v2_version 3 -metadata:s:v title="Album cover" -metadata:s:v comment="Cover (front)" podnews200103withart.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment