JDVideoKit
JDVideoKit copied to clipboard
``` picker.dismiss(animated: true) { let type = info["UIImagePickerControllerMediaType"] let url = info["UIImagePickerControllerMediaURL"] let rurl = info["UIImagePickerControllerReferenceURL"] let video = VideoOrigin(mediaType: type, mediaUrl: url, referenceURL: rurl) self.videoHasBeenSelect(video: video) } ``` Errors:...
Hello, I have few issues. Please help: 1) I am using this library to convert recorded video directly to boomerang. But I realise the video is of approx 20mb. Can...
When you apply boomering effect in demo app then final saved video orientation is upside down. Attached Video https://www.dropbox.com/sh/rtyoj7h24ne0prf/AACgoU5PexLwy981F7eTEjUaa?dl=0
Please add a description under the title so devs can learn quickly about your lib