Last active
March 5, 2020 18:28
-
-
Save erwanosouf/acdcf29bfe74880be6240b328f496ce2 to your computer and use it in GitHub Desktop.
Convert FLAC to AIFF while saving tags/metadata
This file contains 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 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