Skip to content

Instantly share code, notes, and snippets.

@tizisdeepan
Created August 22, 2019 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tizisdeepan/133ea7e249ae52ff181621bc5ab4843e to your computer and use it in GitHub Desktop.
Save tizisdeepan/133ea7e249ae52ff181621bc5ab4843e to your computer and use it in GitHub Desktop.
videoCropper.setVideoURI(Uri.parse(path))
.setOnCropVideoListener(this)
.setMinMaxRatios(0.3f, 3f)
.setDestinationPath(Environment.getExternalStorageDirectory().toString() + File.separator + "temp" + File.separator + "Videos" + File.separator)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment