Quicklook - how to add file formats like MKV or FLV

I found that like to an MAC OS X Hints article about how to extend Quicklooks capability but I don't get the job done. If anyone has more success please post the correct code here, so we can all benefit.

Link to the arcticle:


http://www.macosxhints.com/article.php?story=20071028184428583

Macbook, Powermac G5 Dual, Mac OS X (10.5)

Posted on Nov 12, 2007 6:17 AM

Reply
15 replies

Nov 12, 2007 8:58 AM in response to David M Brewer

Ok - I could have posted the question in the "Leopard" Section since it's a feature of Leopard. But on the other hand Quicklook is in need for Quicktime to perform my wishes. I've made my decision, and maybe it wasn't the best. All in all it's a bit scrupulous even if it isn't a 100% Quicktime question. If a mod is reading this he can push this question in the right category.

For anyone interested:

http://homepage.mac.com/xdd/software/flv/

FLV support for Quickloop. One down, now to Matroska.

Nov 12, 2007 9:13 AM in response to patte

Matroska:

go to the Info.plist of Quicktime- go down till you see:

</dict>
</plist>

then add this:

<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.movie</string>
</array>
<key>UTTypeDescription</key>
<string>Matroska Video File</string>
<key>UTTypeIconName</key>
<string>generic</string>
<key>UTTypeIdentifier</key>
<string>com.apple.quicktime.mkv</string>
<key>UTTypeReferenceURL</key>
<string> http://www.matroska.org/</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>mkv</string>
</array>
</dict>
</dict>
</array>

Have fun!

Nov 18, 2007 3:23 PM in response to Ein

i already have perian installed and can play mkv fine in quicktime.
sorry my bad. what i meant was how can i play mkv in QuickLook.
i have looked at the tutorial but i dont know whick plist to edit in text edit.
VLC plays all my mkv files by default. so should i edit that info.plist.
if i want QT to play an mkv i have to select "open with" then "other" and select Quicktime from the apps list.
so do i need to make QT my default mkv player then edit its info.plist.
if so how do i do this

Nov 18, 2007 4:08 PM in response to patte

which .plist do i edit in the resources folder
i have action.plist dotmac.plist etc etc
i dont see any info.plist in the resources folder
i ctrl+clicked and "show package contents" on QT
this opens a window
i click into contents folder
in this there is _coderesources, framework, info.plist, macOs, pkginfo, plugins, resources, version.plist_
i clicked in the folder "resources"
no info.plist in here.
what do i edit ???

Nov 19, 2007 7:48 AM in response to patte

theres no need to be smart about it.
how did i answer it if you said go to the resource folder
*did you actually mean the content folder*
if you did, then did you not see my previous post in which i stated that i already followed the instructions to change the info.plist file in the contents folder
i changed the quicktime info.plist and restarted my computer and still no mkv in quicklook
*all i want to know is if im doing something wrong and how to rectify it*
in the QT info.plist the "</dict></plist>" in at the very bottom of it
so then i pasted in
"<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.movie</string>
</array>
<key>UTTypeDescription</key>
<string>Matroska Video File</string>
<key>UTTypeIconName</key>
<string>generic</string>
<key>UTTypeIdentifier</key>
<string>com.apple.quicktime.mkv</string>
<key>UTTypeReferenceURL</key>
<string> http://www.matroska.org/</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>mkv</string>
</array>
</dict>
</dict>
</array> "
then _closed textedit and choose save_
then _restarted computer_
tried an .mp4 first in quicklook and it worked fine
tried .mkv and still not working

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Quicklook - how to add file formats like MKV or FLV

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.