Some video files contain multiple audio tracks. Multiple languages for example. Is there a command line tool which gets information about these audio tracks? Names of the audio tracks would be sufficient.

It should support common formats (mkv, avi,...).

link|improve this question

feedback

migrated from serverfault.com May 11 '11 at 15:12

This question came from our site for system administrators and desktop support professionals.

1 Answer

up vote 2 down vote accepted

From the top of my head:

ffmpeg -i <file> 2>&1 | grep 'Audio:'
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.