ICGVideoTrimmer icon indicating copy to clipboard operation
ICGVideoTrimmer copied to clipboard

A library for quick video trimming, mimicking the behavior of Instagram's

Results 19 ICGVideoTrimmer issues
Sort by recently updated
recently updated
newest added

Is it possible to programmatically position the left and right thumb to some fixed timeline of the video?

On iOS13, video player preview is not working. UIView is there, play is called, but no video... Added AVPlayerLayer manually solves the problem. ` AVPlayerLayer *avPlayerLayer = [AVPlayerLayer playerLayerWithPlayer:self.player]; avPlayerLayer.frame...

![image](https://user-images.githubusercontent.com/13517061/57992956-67442a80-7ae9-11e9-9df9-aa5cdf732511.png) ![image](https://user-images.githubusercontent.com/13517061/57992966-7034fc00-7ae9-11e9-9f81-9797611bb4dd.png)

If set the maxLenght=30 and select the video with duration of 31 seconds, then the rightThumbView disappears ![demo](https://cloud.githubusercontent.com/assets/3911707/18780883/3d1ccc42-8188-11e6-8aad-435a06a85fb5.png)

I don't think github has a "discussion" secion, so I'm putting this here... The Objective-C-ness of this is driving me crazy. And to a lesser extent, the non-autolayout-ness. I'm rewriting...

Hello, Thank you for providing us so good open source code. I met with a problem and help you could help me. My video type is mp4, and when run...

if video one minute or more and needs to be cut for 30 seconds?How to do this

Please upload code for swift 3/4

This pull request solves this [issue](https://github.com/itsmeichigo/ICGVideoTrimmer/issues/26), the pull request has the following changes: - Added a new "Change position" button the the main view, when clicking the button an alert...