Customizable UIVideoEditorController clone.
let vc = VideoEditorController()
vc.videoPath = url.path()
vc.videoMaximumDuration = 5
vc.editorDelegate = self
present(vc, animated: true)https://github.com/pikachu987/VideoTrim
MIT License (see LICENSE file).