react-native-video-processing
react-native-video-processing copied to clipboard
Questions regarding the Trimmer functionality
Two questions (with offspring :) regarding the Trimmer functionality:
- Is the height of the trimmer display always 50 pixels (that's what understand from the code: https://github.com/shahen94/react-native-video-processing/blob/master/lib/Trimmer/Trimmer.android.js)? If so, why? And if so, what is the point in specifying height in the example (in README.md).
- Is there an example (or can anyone post an example) for saving a video after Trimmer selection?
Thanks much!