{"id":15724036,"url":"https://github.com/dreampiggy/avifquicklook","last_synced_at":"2026-03-10T14:02:25.153Z","repository":{"id":35527451,"uuid":"181474538","full_name":"dreampiggy/AVIFQuickLook","owner":"dreampiggy","description":"AVIF QuickLook plugin on macOS","archived":false,"fork":false,"pushed_at":"2023-08-14T12:45:13.000Z","size":3739,"stargazers_count":182,"open_issues_count":3,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-12-01T20:26:34.883Z","etag":null,"topics":["av1","avif","macos","quicklook-plugin"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dreampiggy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"dreampiggy"}},"created_at":"2019-04-15T11:40:25.000Z","updated_at":"2025-11-24T17:38:05.000Z","dependencies_parsed_at":"2024-10-24T17:53:40.609Z","dependency_job_id":"9b211e7f-7bb7-4708-a58f-cc31b001d3df","html_url":"https://github.com/dreampiggy/AVIFQuickLook","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/dreampiggy/AVIFQuickLook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreampiggy%2FAVIFQuickLook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreampiggy%2FAVIFQuickLook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreampiggy%2FAVIFQuickLook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreampiggy%2FAVIFQuickLook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dreampiggy","download_url":"https://codeload.github.com/dreampiggy/AVIFQuickLook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreampiggy%2FAVIFQuickLook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30336066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T12:41:07.687Z","status":"ssl_error","status_checked_at":"2026-03-10T12:41:06.728Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["av1","avif","macos","quicklook-plugin"],"created_at":"2024-10-03T22:14:26.716Z","updated_at":"2026-03-10T14:02:25.111Z","avatar_url":"https://github.com/dreampiggy.png","language":"C","funding_links":["https://github.com/sponsors/dreampiggy"],"categories":[],"sub_categories":[],"readme":"# AVIFQuickLook\n\n![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)\n[![Build Status](https://github.com/dreampiggy/AVIFQuickLook/actions/workflows/CI.yml/badge.svg)](https://github.com/dreampiggy/AVIFQuickLook/actions/workflows/CI.yml)\n\nThis is the **macOS QuickLook** plugin for [AVIF (AV1 Image File Format)](https://aomediacodec.github.io/av1-avif/). Including 10-bit HDR support.\n\n## Generate Finder thumbnails\n\n![](https://raw.githubusercontent.com/dreampiggy/AVIFQuickLook/master/Screenshot/Thumbnails.png)\n\n## QuickLook the image\n\n![](https://raw.githubusercontent.com/dreampiggy/AVIFQuickLook/master/Screenshot/Preview.png)\n\nThese images are from [AVIF Specification Test Files](https://github.com/AOMediaCodec/av1-avif/blob/master/testFiles/)\n\n## Requirements\n\n+ macOS 10.11+ (Big Sur+)\n+ M1/Intel Mac are both supported\n\n## Build\n\n+ Xcode 13+\n+ CocoaPods 1.11+\n\n```\npod install\nopen AVIFQuickLook.xcworkspace\n```\n\n## Install\n\n### Homebrew Cask (New!)\n\n```\nbrew install avifquicklook\n```\n\n### Manual\n\n1. Grab the latest `AVIFQuickLook.qlgenerator` from the [Release Page](https://github.com/dreampiggy/AVIFQuickLook/releases/latest), or build using Xcode.\n2. Open Finder\n3. `Shift + Command + G`, input `~/Library/QuickLook/` and press Enter. For macOS Catalina above, use `/Library/QuickLook/` instead.\n4. Drag `AVIFQuickLook.qlgenerator` into this folder. You may need to enter the password\n\n## Uninstall\n\n### Homebrew Cask (New!)\n\n```\nbrew uninstall avifquicklook\n```\n\n### Manual\n\n1. Open Finder\n2. `Shift + Command + G`, input `~/Library/QuickLook/` and press Enter. For macOS Catalina above, use `/Library/QuickLook/` instead.\n3. Delete `AVIFQuickLook.qlgenerator`\n\n## For macOS Big Sur+\n\nIf you face the issue that the AVIF preview is blank, please try running the following command:\n\n```\nxattr -d -r com.apple.quarantine ~/Library/QuickLook/AVIFQuickLook.qlgenerator\n```\n\nNote the path is where you put the `AVIFQuickLook.qlgenerator`\n\n## Author\n\nDreamPiggy, lizhuoli1126@126.com\n\n## License\n\nThis project is released under the *MIT license*, see **LICENSE**.\n\n## Thanks\n\n+ [libavif](https://github.com/AOMediaCodec/libavif)\n+ [aom](https://aomedia.googlesource.com/aom/)\n+ [SDWebImageAVIFCoder](https://github.com/SDWebImage/SDWebImageAVIFCoder)\n+ [Homebrew Cask](https://github.com/Homebrew/homebrew-cask)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreampiggy%2Favifquicklook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdreampiggy%2Favifquicklook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreampiggy%2Favifquicklook/lists"}