QLVideo icon indicating copy to clipboard operation
QLVideo copied to clipboard

Portrait video thumbnail is rotated

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

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
  }
}

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