Between various things being deprecated, and the new Photos framework (which looks cool but seemed a bit heavyweight for this purpose) finding this took me a while! When the image picker returns with a video it has a url inĀ info[UIImagePickerControllerMediaURL]. Then we can use AVAsset and AVAssetGeneratorĀ to get a thumbnail. // Gets the asset – […]
Categories
iOS: Getting a Thumbnail for a Video
