shahen94 / react-native-video-processing

Native Video editing/trimming/compressing :movie_camera: library for React-Native
https://shahen94.github.io/react-native-video-processing/
MIT License
1.25k stars 327 forks source link

How to add controls on video #206

Closed bharatidudhrejiya closed 5 years ago

bharatidudhrejiya commented 5 years ago

Is there any way to add video controls on video from this library.

OR just add play button to play video after crop completed.

And I have one more question, how to save video after trim?

Any one can please suggest me some solutions for this issues.

Thanks!

shahen94 commented 5 years ago
  1. You should do it manually, the library has all necessary APIs to do that

  2. A video will be saved after trim(there's no other way :) )