Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

dadders6

macrumors member
Original poster
Jul 15, 2019
63
3
Dallas
When I'm curious about the bit rate of a given MP3, I can't find it on Mac. It's easy to find in Windows: Properties > Details (screen shot) but on Mac Comand>Info only shows the 'Sample rate' which is not the same. (2nd and 3rd screenshots)
 

Attachments

  • mp3 data rate Win 7.PNG
    mp3 data rate Win 7.PNG
    52.4 KB · Views: 238
  • MAc No data 02.png
    MAc No data 02.png
    72.1 KB · Views: 117
  • Mac no data 01.png
    Mac no data 01.png
    71.9 KB · Views: 112

gilby101

macrumors 68030
Mar 17, 2010
2,950
1,632
Tasmania
I use Scoop! to view metadata of all video and audio files. Knows all the formats and containers I have come across.
It is a front end to the same analyser library as MediaInfo.
Try both.

Spotlight does index the Audio Bit Rate. Hence the data is available to Get Info, but it doesn't display it. You can do Finder searches with Audio Bit Rate:
Capto_2024-01-07_13-23-03_.png

But Finder does not display audio bit rate as a column. You need HoudahSpot to search for audio bit rate and/or to display it as a column.
 
  • Like
Reactions: picpicmac

bogdanw

macrumors 603
Mar 10, 2009
6,117
3,028
Two ways to get the bitrate of files from Terminal, that can be integrated into an AppleScript saved as an app or in an Automator service:

Code:
afinfo /path/to/file | grep "bit rate"

Code:
mdls -name kMDItemAudioBitRate /path/to/file

More information
How to Check Bitrate of MP3, m4a, & Audio Files from Command Line of Mac OS X
https://osxdaily.com/2010/10/04/check-bitrate-of-mp3-and-audio-files/
Help Getting The Bitrate of an Audio File
https://www.macscripter.net/t/help-getting-the-bitrate-of-an-audio-file/67257/1
Help getting bit rate of lots of audio files
https://www.reddit.com/r/applescript/comments/21og4g/comment/cgfynb8/

https://www.reddit.com/r/applescript/comments/21og4g/_/cgfynb8
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.