Skip to content

Instantly share code, notes, and snippets.

@Swipe650
Last active May 12, 2024 12:23
Show Gist options
  • Save Swipe650/151c2b8a8636eb2c68c06d2542a0085f to your computer and use it in GitHub Desktop.
Save Swipe650/151c2b8a8636eb2c68c06d2542a0085f to your computer and use it in GitHub Desktop.
Edit meta data of flac files using ffmpeg
ffmpeg -i "song.flac" -i ./image.jpg -map 0:a -map 1 -codec copy -metadata:s:v title="Album cover" -metadata:s:v comment="Cover (front)" -disposition:v attached_pic "new_song_name.flac"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment