I'm developing a video streaming app and I need to trim, merge audio & video stuff like that, But for Now, I've to get frames of video and show in the trimmer so that user can trim the video as per his need. How can I achieve this? If anybody done this before please let me know, I'm going through the react-native-FFmpeg
but it does not provide much documentation on how to do.
Asked
Active
Viewed 1,702 times
2

Zaid Qureshi
- 155
- 3
- 12
-
1For trimming try this https://github.com/shahen94/react-native-video-processing – Nooruddin Lakhani Nov 03 '20 at 09:28