LoginSignup
1
2

More than 3 years have passed since last update.

【swift4】動画から画像を抜き出したら、向きがおかしい時 : AVAssetImageGenerator

Last updated at Posted at 2019-09-30

swift4
xcode9

動画からサムネイル画像を取り出す時に少しハマった。


let imageGenerator = AVAssetImageGenerator(asset:asset)
imageGenerator.appliesPreferredTrackTransform = true  // 忘れない!

二行目を忘れると、縦動画から画像を取り出しても横向きの画像が生成されてしまった。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2