Last active
May 12, 2024 12:23
-
-
Save Swipe650/151c2b8a8636eb2c68c06d2542a0085f to your computer and use it in GitHub Desktop.
Edit meta data of flac files using ffmpeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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