GitToTheHub commented on PR #942: URL: https://github.com/apache/cordova-plugin-camera/pull/942#issuecomment-3772057856
Hi @dpogue, a user noticed, that picked videos get not returned compressed by the new `PHPickerViewController` implementation. I looked into this and videos got indeed returned compressed by the old `UIImagePickerController`. This was default by Apple which was removed in the `PHPickerViewController`. Should we keep the old behvaviour? I see it could be done with `AVAssetExportSession`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
