Log in

View Full Version : utility to give info on codecs


cweb
14th June 2007, 09:15
Is there a linux utility which gives information on which codecs are used in an avi (or mkv) ?

cweb
14th June 2007, 09:25
Answer to self: mplayer reports this information..
but if anyone knows of a utility, please post just the same.

SvT
14th June 2007, 17:09
Try this:

http://www.usinglinux.org/multimedia/avinfo.html

Goodluck !

mod
14th June 2007, 20:05
simple: mplayer -frames 0 -identify dummy.file

lpn1160
14th June 2007, 20:08
part of Transcode:

tcprobe -i input.xxx

or the old unix workhorse file

file input.xxx

smok3
14th June 2007, 22:21
how about mediainfo?
http://mediainfo.sourceforge.net/en/Download

WalterK
15th June 2007, 02:11
or gspot works in linux via wine.

mindrunner
15th June 2007, 08:54
or ffmpeg -i filename
avinfo looks interesting tough...

RR5thN
1st July 2007, 12:33
mplayer reports this information..

Start VLC and select "Stream and Media Info".

cweb
1st July 2007, 12:39
Thanks for all the info--appreciated..

hiso
5th July 2007, 21:13
hachoir is really great too -> http://hachoir.org/wiki/hachoir-metadata

sosonok
23rd July 2007, 10:57
Avinaptic (http://fsinapsi.altervista.org/) gives a lot of technical info, even used codec options, as qpel, gmc, custom matrix type, etc, and can do a "DRF analysis" of ASP and AVC streams and more... It has a simple gtk 1.2 GUI, but is really powerful.

doom9's thread (http://forum.doom9.org/showthread.php?t=123076&highlight=avinaptic)

skottish
10th August 2007, 21:04
MP4Info is good.