Skip to content

Instantly share code, notes, and snippets.

@erwanosouf
Last active March 5, 2020 18:28
Show Gist options
  • Save erwanosouf/acdcf29bfe74880be6240b328f496ce2 to your computer and use it in GitHub Desktop.
Save erwanosouf/acdcf29bfe74880be6240b328f496ce2 to your computer and use it in GitHub Desktop.
Convert FLAC to AIFF while saving tags/metadata
ffmpeg -i input.flac -write_id3v2 1 -c:v copy output.aiff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment