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

link|improve this question
feedback

4 Answers

I use mplayer -identify filename

It works with almost any audio/video file.

link|improve this answer
+1 for naming a piece of software that might already be installed. – data_jepp Jul 12 '10 at 10:51
Actually, even file can produce useful details about audio/video files. This is certainly installed on most Linux systems. – vtest Jul 13 '10 at 2:45
feedback

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/

link|improve this answer
feedback

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

link|improve this answer
feedback

ffmpeg-based: ffprobe

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.