summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNyx0uf <benjgodard@me.com>2014-07-04 10:05:52 +0200
committerNyx0uf <benjgodard@me.com>2014-07-04 10:05:52 +0200
commit22c3de3f8ad4fcc973465ec7677f34266ffa15dd (patch)
tree1a9aa64219e276629a4d396bac827fefbff332eb
parentbc5e539d3ba1644853fe90df6a9c5d5b4be304e8 (diff)
downloadmpv-22c3de3f8ad4fcc973465ec7677f34266ffa15dd.tar.bz2
mpv-22c3de3f8ad4fcc973465ec7677f34266ffa15dd.tar.xz
OS X bundle: Add more imported UTI
Not that there are widely used formats, but it will allow to play them directly from the Finder.
-rw-r--r--TOOLS/osxbundle/mpv.app/Contents/Info.plist84
1 files changed, 84 insertions, 0 deletions
diff --git a/TOOLS/osxbundle/mpv.app/Contents/Info.plist b/TOOLS/osxbundle/mpv.app/Contents/Info.plist
index 4ef1697015..572d76cf2d 100644
--- a/TOOLS/osxbundle/mpv.app/Contents/Info.plist
+++ b/TOOLS/osxbundle/mpv.app/Contents/Info.plist
@@ -627,6 +627,90 @@
<dict>
<key>UTTypeConformsTo</key>
<array>
+ <string>public.movie</string>
+ </array>
+ <key>UTTypeDescription</key>
+ <string>AVC raw stream</string>
+ <key>UTTypeIconFile</key>
+ <string>document.icns</string>
+ <key>UTTypeIdentifier</key>
+ <string>io.mpv.h264</string>
+ <key>UTTypeReferenceURL</key>
+ <string>http://www.itu.int/rec/T-REC-H.264</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>264</string>
+ </array>
+ </dict>
+ </dict>
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>public.movie</string>
+ </array>
+ <key>UTTypeDescription</key>
+ <string>HEVC raw stream</string>
+ <key>UTTypeIconFile</key>
+ <string>document.icns</string>
+ <key>UTTypeIdentifier</key>
+ <string>io.mpv.hevc</string>
+ <key>UTTypeReferenceURL</key>
+ <string>http://hevc.info</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>hevc</string>
+ </array>
+ </dict>
+ </dict>
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>public.movie</string>
+ </array>
+ <key>UTTypeDescription</key>
+ <string>YUV stream</string>
+ <key>UTTypeIconFile</key>
+ <string>document.icns</string>
+ <key>UTTypeIdentifier</key>
+ <string>io.mpv.yuv</string>
+ <key>UTTypeReferenceURL</key>
+ <string>http://en.wikipedia.org/wiki/YUV</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>yuv</string>
+ </array>
+ </dict>
+ </dict>
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>public.movie</string>
+ </array>
+ <key>UTTypeDescription</key>
+ <string>YUV4MPEG2 stream</string>
+ <key>UTTypeIconFile</key>
+ <string>document.icns</string>
+ <key>UTTypeIdentifier</key>
+ <string>io.mpv.y4m</string>
+ <key>UTTypeReferenceURL</key>
+ <string>http://wiki.multimedia.cx/index.php?title=YUV4MPEG2</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>y4m</string>
+ </array>
+ </dict>
+ </dict>
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
<string>public.plain-text</string>
</array>
<key>UTTypeDescription</key>