Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blurry & slow thumbnail image after upgrading to 2.0 #109

Open
goodman-capu opened this issue Jan 24, 2023 · 5 comments
Open

Blurry & slow thumbnail image after upgrading to 2.0 #109

goodman-capu opened this issue Jan 24, 2023 · 5 comments

Comments

@goodman-capu
Copy link

goodman-capu commented Jan 24, 2023

Example of a blurry thumbnail image. This happens to 100% of my video files.

2.0 is noticeably slower than previous versions. For example I have a folder on an external HDD which contains ~50 video files, each file is around 10GB. Previously, QLVideo will generate all the thumbnails in less than 10 seconds. Now each file takes around 2-3 seconds.

#108

Screenshot 2023-01-24 at 11 19 17 AM


QLVideo: 2.00
macOS: Version 13.2 (Build 22D49)
Hardware: MacBookPro15,1 x86_64 avx2=yes avx512f=no
mdimport: Imported 'file.mov' of type 'com.apple.quicktime-movie' with plugIn /System/Library/Spotlight/CoreMedia.mdimporter. 42 attributes returned .

{
  "programs": [
  ],
  "streams": [
    {
      "codec_name": "h264",
      "profile": "Main",
      "codec_type": "video",
      "codec_tag_string": "avc1",
      "width": 1704,
      "height": 824,
      "display_aspect_ratio": "213:103",
      "pix_fmt": "yuv420p",
      "disposition": {
        "default": 1,
        "attached_pic": 0,
        "timed_thumbnails": 0
      }
    }
  ],
  "format": {
    "format_name": "mov,mp4,m4a,3gp,3g2,mj2",
    "duration": "10.233333",
    "size": "635623",
    "bit_rate": "496903",
    "probe_score": 100
  }
}
@goodman-capu
Copy link
Author

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

@goodman-capu
Copy link
Author

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

@goodman-capu goodman-capu changed the title Example of a blurry thumbnail image Blurry thumbnail image after upgrading to 2.0 Jan 30, 2023
@goodman-capu goodman-capu changed the title Blurry thumbnail image after upgrading to 2.0 Blurry & slow thumbnail image after upgrading to 2.0 Feb 4, 2023
@xxmmllqqqqccqq
Copy link

Same here on intel i5 MacBook Pro with macOS Big Sur 11.7.2

@vbwx
Copy link

vbwx commented Mar 7, 2023

I can confirm that it's taking QLVideo multiple seconds to generate thumbnails for MP4 files in particular (per file), and if there are many files in a folder that QLVideo has to create thumbnails for, the thumbnailer process sometimes gets stuck and is using up 300% of the CPU.

Running macOS 12.6.3 on an Intel Core i7 MacBook Pro.

@Kagami
Copy link

Kagami commented Oct 1, 2023

if there are many files in a folder that QLVideo has to create thumbnails for, the thumbnailer process sometimes gets stuck and is using up 300% of the CPU

Yeah, it's not clear what is Finder doing under its hood. I even don't have some thumbnails for mp4 files which should be generated natively... Maybe it goes crazy and iterates over all videos files in Spotlight index, maybe gets some errors during it and just stops. Then maybe it will continue again but not clear when and why some valid files are still missing thumbnail. Very opaque kind of process.

Also from another issue #49 (comment)

Looks like a Finder issue since this plugin isn't called to render the missing icon.

Seems to be some strange internal Finder's way of working with caches/index/thumbnails...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants