marginal/quicklookvideo

Finder Thumbnails, Quick Look previews, Get Info metadata and previews for most types of audio and video files.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 27 minutes ago
Added to GitGenius on September 19th, 2026
Created on July 16th, 2014
Open Issues & Pull Requests: 6 (+0)
GitHub issues: Enabled
Number of forks: 129
Total Stargazers: 3,576 (+0)
Total Subscribers: 103 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 17.5 hours
Mean response time: 131.1 days
90th percentile: 321.8 days
Tracked items: 95

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Practically every issue opened in the past year has drawn a reply. 89% of issues opened in the past year have been closed, leaving a working backlog. Three people close 93% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 6
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 138 days
Stale 30+ days: 5
Stale 90+ days: 2

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (18)
  • bug (13)
  • wontfix (8)
  • not a defect (7)
  • info required (5)
  • help wanted (3)
  • duplicate (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

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.