up vote 3 down vote favorite
1
share [g+] share [fb]

What is the best tool to obtain the media/codec details of any video/audio file?

I use Windows, but feel free to suggest for your favorite OS too.

link|improve this question

68% accept rate
1  
feedback

2 Answers

up vote 5 down vote accepted

MediaInfo

What information can I get from MediaInfo?

General: title, author, director, album, track number, date, duration...
Video: codec, aspect, fps, bitrate...
Audio: codec, sample rate, channels, language, bitrate...
Text: language of subtitle
Chapters: number of chapters, list of chapters

What format (container) does MediaInfo support?

Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4, DVD (VOB)...
(Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...)
Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF...
Subtitles: SRT, SSA, ASS, SAMI...
link|improve this answer
feedback

I used to have this tool called GSpot270a,
there is a quick start here.

And a comparison of some tools here.

  1. QuickTime Pro (commercial); Lillipot
  2. Intel Semaphore (commercial)
  3. GSpot
  4. MediaInfo (Sourceforge)
  5. wmsnoop


There is this blog post
View and Analyze Your Media Codec Information (Video/Audio) With MediaInfo
which does not open at this time... don't know why, but it has the lines,

MediaInfo can be considered as the alternative tool for GSpot Codec Information Appliance. MediaInfo is being actively developed.

I can see GSpot is not actively developed.

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.