Skip to content

Getting Started

Jonathan Harris edited this page Dec 21, 2016 · 26 revisions

Installation

  • Download the latest release.
  • Double-click on it.
  • The Installer app will walk you through the installation process.
  • To see thumbnails of video files you may need to relaunch Finder (ctrl-⌥-click on the Finder icon in the Dock and choose Relaunch) or log out and back in again.
  • You may experience high CPU and disk usage for a few minutes after installation while Spotlight re-indexes all of your "non-native" audio and video files.

Alternatively, if you have Homebrew installed, you can install using Homebrew Cask:

brew cask install qlvideo

Limitations

  • QuickLook under Mavericks, Yosemite and El Capitan struggles with .mp4 files. In particular, it won't let this plugin preview .mp4 files that it can't handle itself (e.g. containing H.265 video) or you that you have asked it not to handle via the SnapshotAlways setting. Rename your .mp4 files as .m4v, or use another container for H.265 content - e.g. Matroska.
  • The QuickLook "Preview" function displays one or more static snapshots of "non-native" video files. You'll need a media player app (e.g. VLC or MPlayerX) to play these files.
  • Interlaced content is sometimes not de-interlaced in QuickLook thumbnails and previews.
  • Requires macOS 10.9 or later. Use Perian for equivalent functionality under 10.8 and earlier.

Customisation

You can customise this plugin's behaviour by entering the following in the Terminal app:

  • defaults write uk.org.marginal.qlvideo SnapshotAlways -bool XX : Controls whether QuickLook "Preview" shows static snapshot(s) even if a playable preview is available. Default is NO.
  • defaults write uk.org.marginal.qlvideo SnapshotCount -int XX : Maximum number of snapshots to show in a QuickLook "Preview". Default is 10.
  • defaults write uk.org.marginal.qlvideo SnapshotTime -int XX : Time offset in seconds for thumbnails and for single snapshots. Unless the video clip is shorter than twice this value, in which case the snapshot is taken at the mid-point. Default is 60. This setting doesn't affect thumbnails that have already been generated - use qlmanage -r cache and re-start Finder to force regeneration of existing thumbnails.
Clone this wiki locally