Marginal / QLVideo

This package allows macOS Finder to display thumbnails, static QuickLook previews, cover art and metadata for most types of video files.
GNU General Public License v2.0
2.51k stars 87 forks source link

Broken thumbnail image after upgrading to 2.0 #110

Open goodman-capu opened 1 year ago

goodman-capu commented 1 year ago

Example of a broken thumbnail image

The video file is not corrupted and previous versions could generate thumbnail flawlessly.

https://github.com/Marginal/QLVideo/issues/108

214163279-9b9f7bba-b7cf-4d9f-8718-e2de9b3b1ce4

QLVideo: 2.00 macOS: Version 13.2 (Build 22D49) Hardware: MacBookPro15,1 x86_64 avx2=yes avx512f=no mdimport: Imported 'file.mp4' of type 'public.mpeg-4' with plugIn /System/Library/Spotlight/CoreMedia.mdimporter. 35 attributes returned .

{
  "programs": [
  ],
  "streams": [
    {
      "codec_name": "hevc",
      "profile": "Main",
      "codec_type": "video",
      "codec_tag_string": "hvc1",
      "width": 3200,
      "height": 1600,
      "display_aspect_ratio": "2:1",
      "pix_fmt": "yuv420p",
      "disposition": {
        "default": 1,
        "attached_pic": 0,
        "timed_thumbnails": 0
      }
    },
    {
      "codec_name": "aac",
      "profile": "LC",
      "codec_type": "audio",
      "codec_tag_string": "mp4a",
      "sample_fmt": "fltp",
      "channel_layout": "stereo",
      "disposition": {
        "default": 1,
        "attached_pic": 0,
        "timed_thumbnails": 0
      }
    }
  ],
  "format": {
    "format_name": "mov,mp4,m4a,3gp,3g2,mj2",
    "duration": "3199.019000",
    "size": "4831253995",
    "bit_rate": "12081838",
    "probe_score": 100
  }
}
goodman-capu commented 1 year ago

I can confirm this issue also exists on another M1 Pro MacBook Pro (macOS 13.2).

goodman-capu commented 1 year ago

I can confirm this issue also exists on another Intel i5 MacBook Pro (macOS Big Sur 11.1).