YPImagePicker
YPImagePicker copied to clipboard
How get .mov file from YPMediaItem
after select image and video in picker, I want to send all file to server. How I can get video file from selectedItem list? I can get url and thumbnail but I can not get .mov file from data.
thanks
Hi! You can use the PHAsset property of the video object and export the video in different formats -https://developer.apple.com/documentation/photokit/phimagemanager/1616981-requestexportsessionforvideo?language=objc
@iOSDroid67 Did that solve your issue?