Skip to content

Instantly share code, notes, and snippets.

@airani
Created February 6, 2017 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save airani/9a23f52c38a8a2762aa4e5991b689385 to your computer and use it in GitHub Desktop.
Save airani/9a23f52c38a8a2762aa4e5991b689385 to your computer and use it in GitHub Desktop.
ffmpeg command tips
# 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