JDVideoKit icon indicating copy to clipboard operation
JDVideoKit copied to clipboard

Results 4 JDVideoKit issues
Sort by recently updated
recently updated
newest added

``` 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...

enhancement

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

bug

Please add a description under the title so devs can learn quickly about your lib