QLVideo icon indicating copy to clipboard operation
QLVideo copied to clipboard

Broken thumbnail image after upgrading to 2.0

Open goodman-capu opened this issue 2 years ago • 2 comments

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 avatar Jan 24 '23 19:01 goodman-capu

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

goodman-capu avatar Jan 29 '23 21:01 goodman-capu

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

goodman-capu avatar Jan 30 '23 00:01 goodman-capu