QuickLook Video is a macOS application that provides Finder thumbnails, Quick Look previews, and metadata display for audio and video files using non-native codecs and formats.
The macOS system natively supports only a limited set of media codecs and containers, primarily MPEG audio and video within ISO file formats. QuickLook Video extends this support to dozens of additional formats including Matroska, WebM, Windows Media, Ogg Video, AVI, Flash Video, and Real Media files, along with codecs such as VP8, VP9, AV1, HEVC, VVC, Theora, and many others. The tool accomplishes this through a Spotlight extension that indexes non-native formats and two Media Extensions that integrate codec support into AVFoundation, allowing the system's native preview and metadata systems to work with these files.
Developers and Mac users working with video production, archival, or cross-platform media should consider this tool if they regularly encounter files in formats that macOS does not natively recognize. It is particularly useful for those dealing with open-source video codecs, older media formats, or files created on non-Apple systems. The project explicitly references Perian, a historical QuickTime extension that served a similar purpose before AVFoundation replaced QuickTime, positioning itself as a modern successor to that functionality.
The project maintains active development with regular updates addressing compatibility and new codec support. The codebase is written in Swift and distributed through the Mac App Store, indicating ongoing maintenance and adherence to Apple's platform requirements. Documentation is provided through a wiki covering installation, usage, and troubleshooting scenarios.