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

how to use it when i open my video #19

Closed ahmedhabbabeh closed 3 years ago

ahmedhabbabeh commented 3 years ago

read me is not clear can you explain how to use it . and can you use it on path as string ??

a914-gowtham commented 3 years ago

You've to pass VideoUri as String not Videopath

TrimVideo.activity(String.valueOf(videoUri))
          .start(this);