Created
February 6, 2017 23:02
-
-
Save airani/9a23f52c38a8a2762aa4e5991b689385 to your computer and use it in GitHub Desktop.
ffmpeg command tips
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
# change metadata of audio file | |
ffmpeg -i input.mp3 -acodec copy -vn -metadata artist=Ali output.mp3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment