Whats the best linux console tool to explore sound file information?

12,069

Solution 1

I use mplayer -identify filename

It works with almost any audio/video file.

Solution 2

There is also a sox based tool - soxi

Solution 3

Try MediaInfo. I use this on Windows (although not restricted to) and it's pretty comprehensive at what it does.

Solution 4

ffmpeg-based: ffprobe

Solution 5

I used a few years back this little tool called mp3info and I was pleased with it.

You can get it here: http://www.ibiblio.org/mp3info/

Share:
12,069

Related videos on Youtube

Dan Sosedoff
Author by

Dan Sosedoff

Developer from Chicago

Updated on September 17, 2022

Comments

  • Dan Sosedoff
    Dan Sosedoff over 1 year

    Im looking for console tool that will output most detailed information about sound file (particularly mp3).

    Tried to use different tools (id3, lame, ffmpeg)

    Looking to get such info:

    • Format (Mp3/Wave/etc..)
    • Encoder
    • Bitrate
    • Compression
    • Stream size (not filesize)

    Thanks

  • Algific
    Algific almost 14 years
    +1 for naming a piece of software that might already be installed.
  • vtest
    vtest almost 14 years
    Actually, even file can produce useful details about audio/video files. This is certainly installed on most Linux systems.
  • ElPoney
    ElPoney over 7 years
    This is the one that worked best for me (on Linux Mint 17.3 for webm files)
  • ElPoney
    ElPoney over 7 years
    When called on webm files, it does not identify them, and even worse, it starts playing random noise from the speakers! This is mplayer 1.1-4.8 from Linux Mint 17.3