What is the terminal command that can used to find the bitrate of an mp3 file?
Is there any other option available other than mpg321 -t name.mp3?
|
What is the terminal command that can used to find the bitrate of an mp3 file? Is there any other option available other than |
|||
|
|
|
Simply put:
For alias lovers, insert this at the end of your
Open a new Terminal window. You may now run the following command:
|
|||
|
|
|
You can install the package
Then run:
It will output something like:
|
||||
|
|
|
Install mp3info package
To find the bitrate use
will give the info you need, also has some other useful functions |
||||
|
|
|
MediaInfo is further solution to do that (not only on mp3).
Example:
Output:
Another Example:
Another Output:
|
||||
|
|