// VideoSliderView
let videoSlider: VideoSliderProtocol = VideoSliderView(frame: view.frame, videoPath: "path_to_video_file")
videoSlider.showInView(view)
//
// some of your code here ...
//
// Video Trimming
VideoTrimmer.trimFile(videoPath,
outputFilePath: videoOutputPath,
startTime: videoSlider.leftPosition,
durationTime: CMTimeSubtract(videoSlider.rightPosition, videoSlider.leftPosition)) { (success) in
}
-
Notifications
You must be signed in to change notification settings - Fork 1
VideoSliderView and VideoTrimmer
License
krezzoid/VideoSliderView-VideoTrimmer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
VideoSliderView and VideoTrimmer
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published