From 22c3de3f8ad4fcc973465ec7677f34266ffa15dd Mon Sep 17 00:00:00 2001 From: Nyx0uf Date: Fri, 4 Jul 2014 10:05:52 +0200 Subject: 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. --- TOOLS/osxbundle/mpv.app/Contents/Info.plist | 84 +++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) 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 @@ -624,6 +624,90 @@ + + UTTypeConformsTo + + public.movie + + UTTypeDescription + AVC raw stream + UTTypeIconFile + document.icns + UTTypeIdentifier + io.mpv.h264 + UTTypeReferenceURL + http://www.itu.int/rec/T-REC-H.264 + UTTypeTagSpecification + + public.filename-extension + + 264 + + + + + UTTypeConformsTo + + public.movie + + UTTypeDescription + HEVC raw stream + UTTypeIconFile + document.icns + UTTypeIdentifier + io.mpv.hevc + UTTypeReferenceURL + http://hevc.info + UTTypeTagSpecification + + public.filename-extension + + hevc + + + + + UTTypeConformsTo + + public.movie + + UTTypeDescription + YUV stream + UTTypeIconFile + document.icns + UTTypeIdentifier + io.mpv.yuv + UTTypeReferenceURL + http://en.wikipedia.org/wiki/YUV + UTTypeTagSpecification + + public.filename-extension + + yuv + + + + + UTTypeConformsTo + + public.movie + + UTTypeDescription + YUV4MPEG2 stream + UTTypeIconFile + document.icns + UTTypeIdentifier + io.mpv.y4m + UTTypeReferenceURL + http://wiki.multimedia.cx/index.php?title=YUV4MPEG2 + UTTypeTagSpecification + + public.filename-extension + + y4m + + + UTTypeConformsTo -- cgit v1.2.3