14

How can I view the bitrate of a media file in Audacity? There are lots of instructions on how to change the bitrate of a file, but I can't find anything about finding the bitrate of the original file. I am able to open the file in iTunes, and see the bitrate there, but I figured that Audacity with all it's power would be able to show it to me without having to open another program.

Some background: I am already using Audacity to edit my audio file. Audacity by default chooses to export at 128kbps, and the file is usually significantly lower than that. I would like to export the audio at around the same bitrate. It would be nice if Audacity would choose the current bitrate as default, but since it doesn't, I would like to see the current bitrate from within Audacity.

6 Answers6

10

Once a file has been loaded into Audacity it's converted into the format used in the Audacity workspace.

When you open an MP3 you may notice the loading dialog actually says "Importing", so (depending on the input file) it's converted to something like a "Stereo, 44100Hz 32-bit float" 'track'.

At this point the file's bitrate is no longer involved, so there's nothing to show you.

When you Export the project to a media file (like an MP3), you will be given the option to set the bitrate of the file you are exporting the tracks as.

3

If you have ffmpeg installed (I think it comes with Audacity):

ffprobe audio.mp3

In input data stream, the ABR will be reported on a line like

Stream #0:0: Audio: mp3, 48000 Hz, stereo, fltp, 129 kb/s

The same info can also be estimated in real time in Media Statistics reported by VLC.

qwr
  • 1,005
1

Just adding to Techie007's answer that in V2.1.2 there's a Project bitrate above the bottom status bar. That value should match the bit rate of the working file or the file sizes of ensuing exports won't match.

0

If you're using a mac add the file to iTunes and then you can view the song info, on the File Tab if shows you the bit rate

Nick
  • 1
-1

In Windows explorer: Right click on the audio file Left click on "Properties" in the menu Left click on the "details" tab View the audio file's bitrate...

Audacity - no go

Riaan
  • 1
-2

To save with the bitrate of the original file do the following:

Check the file size of the original file before Audacity, then save with Audacity using a few different bitrates. The one that is close to the original size is the original bitrate.