HHK1 / PryntTrimmerView

A set of tools to trim, crop and select frames inside a video
MIT License
835 stars 199 forks source link

Small UI fixes and new options #54

Closed Theome closed 4 years ago

Theome commented 4 years ago

This PR includes the following changes:

• Fixes issue 43# where white corners of the TrimmerView's mask were visible even when the complete clip is selected.

• The color used to mask portions of the video that are not selected are now exposed as properties.

AVAssetTimeSelector has now a public method regenerateThumbnails() which triggeres a regeneration of thumbnails if an asset has previously been set. This is useful if a TrimmerView's frame is changed and the previous thumbnails have an invalid size.