PryntTrimmerView
PryntTrimmerView copied to clipboard
A set of tools to trim, crop and select frames inside a video
In this PR I updated the `exclude` section of the `Package.swift` to correctly point to the license file and the example project. Background: as a "home" directory the SPM uses...
Hey! Is this solution suitable for cutting audio files?
New warnings appear after building project in Xcode 13 using SPM for installation. ``` Invalid Exclude '.../SourcePackages/checkouts/PryntTrimmerView/Sources/PryntTrimmerView/PryntTrimmerViewExample': File not found. Invalid Exclude '.../SourcePackages/checkouts/PryntTrimmerView/Sources/PryntTrimmerView/LICENSE': File not found. ``` I guess it...
The appearing of thumbnails still seemed a bit glitchy so I added some animations and `UIBlurEffect` (also mentioned in here: https://github.com/HHK1/PryntTrimmerView/issues/2) 
@HHK1 In the example app: when you crop a video it only saves one frame at a video length of 0:00? Shouldn't it crop all frames in the video and...
Hi! When I display the asset inside the trimmerView, on the simulator all frames appear. But when I try working on a real device, only the first frame appears I...
Is there an easy way to check the smallest increment/decrement to time a user can make with the handles?
hi, i got this problem, can u help? 
Hi, I am trimming the video from your code. So i am facing issue i.e. need exactly frame issue with end time. So i need same frame with trimmer end...