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

Portrait video thumbnail is rotated #111

Open goodman-capu opened 1 year ago

goodman-capu commented 1 year ago

I have an example of a portrait video shot with iPhone (and directly AirDropped to Mac), but in Finder, the thumbnail is rotated counter-clockwise and showing a landscape thumbnail.

Screenshot 2023-01-30 at 10 21 05 AM

The thumbnail is also blurry as mentioned in https://github.com/Marginal/QLVideo/issues/109 :)


QLVideo: 2.00 macOS: Version 13.2 (Build 22D49) Hardware: MacBookPro18,1 arm64 neon=yes mdimport: Imported 'file.MOV' of type 'com.apple.quicktime-movie' with plugIn /System/Library/Spotlight/CoreMedia.mdimporter. 41 attributes returned .

{
  "programs": [
  ],
  "streams": [
    {
      "codec_name": "hevc",
      "profile": "Main 10",
      "codec_type": "video",
      "codec_tag_string": "hvc1",
      "width": 3840,
      "height": 2160,
      "pix_fmt": "yuv420p10le",
      "disposition": {
        "default": 1,
        "attached_pic": 0,
        "timed_thumbnails": 0
      },
      "side_data_list": [
        {
        },
        {
        }
      ]
    },
    {
      "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
      }
    },
    {
      "codec_type": "data",
      "codec_tag_string": "mebx",
      "disposition": {
        "default": 1,
        "attached_pic": 0,
        "timed_thumbnails": 0
      }
    },
    {
      "codec_type": "data",
      "codec_tag_string": "mebx",
      "disposition": {
        "default": 1,
        "attached_pic": 0,
        "timed_thumbnails": 0
      }
    },
    {
      "codec_type": "data",
      "codec_tag_string": "mebx",
      "disposition": {
        "default": 1,
        "attached_pic": 0,
        "timed_thumbnails": 0
      }
    }
  ],
  "format": {
    "format_name": "mov,mp4,m4a,3gp,3g2,mj2",
    "duration": "2.066667",
    "size": "13339230",
    "bit_rate": "51635720",
    "probe_score": 100
  }
}