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

Can't see MKV thumbnails #107

Open
richardoswald opened this issue Dec 21, 2022 · 0 comments
Open

Can't see MKV thumbnails #107

richardoswald opened this issue Dec 21, 2022 · 0 comments

Comments

@richardoswald
Copy link

Hello, I can't seem to get thumbnails for MKV files. I'm running this on late 2013 hardware (iMac) so I also tried v1.99 but same issue there. I also tried the steps in the troubleshooting section but issue still exists for me.


QLVideo: 2.00
macOS: Version 10.15.7 (Build 19H2026)
Hardware: iMac14,2 x86_64 avx2=yes avx512f=no
mdimport: Imported 'file.mkv' of type 'org.matroska.mkv' with plugIn /Applications/QuickLook Video.app/Contents/Library/Spotlight/Video.mdimporter. 37 attributes returned .

{
  "programs": [
  ],
  "streams": [
    {
      "codec_name": "h264",
      "profile": "High",
      "codec_type": "video",
      "codec_tag_string": "[0][0][0][0]",
      "width": 1920,
      "height": 1080,
      "display_aspect_ratio": "16:9",
      "pix_fmt": "yuv420p",
      "disposition": {
        "default": 1,
        "attached_pic": 0,
        "timed_thumbnails": 0
      }
    },
    {
      "codec_name": "aac",
      "profile": "LC",
      "codec_type": "audio",
      "codec_tag_string": "[0][0][0][0]",
      "sample_fmt": "fltp",
      "channel_layout": "stereo",
      "disposition": {
        "default": 1,
        "attached_pic": 0,
        "timed_thumbnails": 0
      }
    }
  ],
  "format": {
    "format_name": "matroska,webm",
    "duration": "88.317000",
    "size": "10120533",
    "bit_rate": "916746",
    "probe_score": 100
  }
}
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

1 participant