titansgroup / k4l-video-trimmer

A library with UI and mechanisms to trim local videos on Android applications.
MIT License
784 stars 221 forks source link

Interface to get trimming range w/o actually trimming the video #40

Open rorlich opened 6 years ago

rorlich commented 6 years ago
This PR changes:

Added interface support for choosing the trim range and to control the trimming operation. Extremely useful for application that are using this repository just for the UI and prefer to use different trim implementation or for after effect applications and such..