Skip to content

Instantly share code, notes, and snippets.

@LeonardoCardoso
Last active October 30, 2018 09:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeonardoCardoso/0fbc3c110e8e2ba4c0feafeb1cf5089d to your computer and use it in GitHub Desktop.
Save LeonardoCardoso/0fbc3c110e8e2ba4c0feafeb1cf5089d to your computer and use it in GitHub Desktop.
Check Bitrate by afinfo
for i in **/*.mp3; do afinfo "$i" |grep "bit rate" ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment