PryntTrimmerView
PryntTrimmerView copied to clipboard
A set of tools to trim, crop and select frames inside a video
After integrating this framework using Carthage and trying to run on a device, I get the following message: ``` Unable to install "AppName" Domain: com.apple.dt.MobileDeviceErrorDomain Code: -402653103 -- Could not...
I'm using this trimmer view in editing time range. But it seems I can not set start and end time. `startTime` and `endTime` variables are read-only at the moment. Would...
Hi and thank you for building this library. AVFoundation is soo hard. So I have a VideoComposition that has 5 videos stitched together one after the other. And then played...
Implemented positionBar moving to make ability easily seek within the selected ranges to see what content you have selected to trim
I have a start and end points of a video. I want to scroll the video in the trimmerView programatically. Is there any possibility scroll that particular position in the...
from PryntTrimmerView.swift /// The minimum duration allowed for the trimming. The handles won't pan further if the minimum duration is attained. ` public var minDuration: Double = 3 ` I...
I'm trim video using this PryntTrimmerView lib. I have set min 15 second & max 60 second but save video total duration is 52 second.
Thank you very much for the initiative Prynt. I noticed that the sample project needs updating because it uses some deprecated properties. While you are at it can you also...
Hi! Is it planned to make canvas? For example, as in the inShot app?
The frame selection tool has two moving components: the thumb view, and the scroll view. It's hard for people to discover that the scroll view beneath the thumb view is...