a914-gowtham / android-video-trimmer

Helps to trim local videos with compress option on Android applications using Exoplayer 2 and FFmpeg.
Other
362 stars 115 forks source link

Video Trim can be started from fragment #12

Closed TheMithuRoy closed 3 years ago

TheMithuRoy commented 3 years ago

Start function receives a fragment to startActivityForResult, this makes it easier to receive the result on the callee end.

a914-gowtham commented 3 years ago

Thanks for the contribution!