Awesome
AVIFQuickLook
This is the macOS QuickLook plugin for AVIF (AV1 Image File Format). Including 10-bit HDR support.
Generate Finder thumbnails
QuickLook the image
These images are from AVIF Specification Test Files
Requirements
- macOS 10.11+ (Big Sur+)
- M1/Intel Mac are both supported
Build
- Xcode 13+
- CocoaPods 1.11+
pod install
open AVIFQuickLook.xcworkspace
Install
Homebrew Cask (New!)
brew install avifquicklook
Manual
- Grab the latest
AVIFQuickLook.qlgenerator
from the Release Page, or build using Xcode. - Open Finder
Shift + Command + G
, input~/Library/QuickLook/
and press Enter. For macOS Catalina above, use/Library/QuickLook/
instead.- Drag
AVIFQuickLook.qlgenerator
into this folder. You may need to enter the password
Uninstall
Homebrew Cask (New!)
brew uninstall avifquicklook
Manual
- Open Finder
Shift + Command + G
, input~/Library/QuickLook/
and press Enter. For macOS Catalina above, use/Library/QuickLook/
instead.- Delete
AVIFQuickLook.qlgenerator
For macOS Big Sur+
If you face the issue that the AVIF preview is blank, please try running the following command:
xattr -d -r com.apple.quarantine ~/Library/QuickLook/AVIFQuickLook.qlgenerator
Note the path is where you put the AVIFQuickLook.qlgenerator
Author
DreamPiggy, lizhuoli1126@126.com
License
This project is released under the MIT license, see LICENSE.