Page 1 of 1

How to know the audio codec of one avi file?

Posted: 22 Apr 2007 07:25
by luuuciano
hi!

I little question... how can I know the right audio codec used in 1 ave file? vlc just show mpga for everything, mp3, ac3, etc...
Is there any way to know it?

Or maybe using another application, if vlc can not do it...


TIA, and sorry for the bad english :)

luciano

Posted: 22 Apr 2007 20:16
by dimstar
usually, for all sorts of identification issues I might have on Linux, I simply use the file command.

try

Code: Select all

file <filename>
and this should give you some informations.

Posted: 22 Apr 2007 20:26
by luuuciano
wow dimstar, I did not know about that command...
it is really simple and usefull...

thanks a lot!