DKImagePickerController icon indicating copy to clipboard operation
DKImagePickerController copied to clipboard

Limit on Videos

Open rajatkj opened this issue 8 years ago • 4 comments

Is it possible to filter video according to the maximum duration i.e. if i want to get videos only less than 10 seconds?? Thanks

rajatkj avatar Jul 06 '17 12:07 rajatkj

Try this:

pickerController.videoFetchPredicate = NSPredicate(format: "duration < 10")

zhangao0086 avatar Jul 07 '17 06:07 zhangao0086

Feature Request: Can it be like Native UIImagePickerController Where it lets you chose any video and provides a screen where you can trim it?

I think it completes the library. I used this in my application for all purposes only this video feature was missing. Thanks

rajatkj avatar Jul 07 '17 07:07 rajatkj

I'll add it in the next version...

zhangao0086 avatar Jul 07 '17 07:07 zhangao0086

I think we can close it then!!! :)

rajatkj avatar Jul 07 '17 07:07 rajatkj