In Finder I can see some info about video files: dimensions and duration, but I can see it only for .mov, .mpg, .mp4 and maybe some other files. What can I do to see this info for .mkv, .avi, .flv, .ts and other video files?

link|improve this question

62% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Finder grabs these details using the built-in Spotlight importer for QuickTime movies (ones that QuickTime will read natively). Unfortunately there are no Spotlight importers available that will read the data for the other video file types you've listed.

link|improve this answer
Than I can try to create my own Spotlight Importer :) – tig Jul 25 '10 at 20:08
@tig: You sure could! – Chealion Jul 25 '10 at 21:56
Do you think it will be useful for others? I just managed to make it work. – tig Jul 28 '10 at 21:49
@tig: I think it would be useful - I'd use it. – Chealion Jul 28 '10 at 22:12
1  
Sorry, I don't have much time now to finish with all attributes and create package, so, for now, importer just gets video length and dimensions, you can get and try it from my drop box: dl.dropbox.com/u/3528242/… – tig Aug 6 '10 at 8:51
feedback

MediaInfo has a droplet you can install in the Finder.

link|improve this answer
I want full integration, not droplet. – tig Jul 28 '10 at 21:44
There is a CLI version as well as the Droplet and full GUI application. You should be able to integrate the CLI version into all kinds of scripts, and perhaps use it with the Spotlight Importer. mediainfo.sourceforge.net/en/Download/Mac_OS – user44115 Aug 25 '10 at 17:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.