Looking for a tool to report what codecs were used for audio and video encoding for all files in a folder. I use GSpot but it does it on a file per file basis. I want a tool to do it for all files in a folder. For windows.

link|improve this question

55% accept rate
feedback

1 Answer

Check out MediaInfo. It has a command line version and can output any detail(s) about media files.

For example, this command will print the encoding library used to create the audio stream:

MediaInfo --Inform=Audio;%Encoded_Library% "MyFile.mp3"

Or to get an overview of all the available properties:

MediaInfo MyFile.avi

For additional details see:

MediaInfo --help-inform
MediaInfo --info-parametes
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.