Skip to content

krezzoid/VideoSliderView-VideoTrimmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VideoSliderView and VideoTrimmer

codebeat badge

Usage

// 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
                        }

About

VideoSliderView and VideoTrimmer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages