Last active
October 30, 2018 09:56
-
-
Save LeonardoCardoso/0fbc3c110e8e2ba4c0feafeb1cf5089d to your computer and use it in GitHub Desktop.
Check Bitrate by afinfo
This file contains hidden or 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
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