react-native-video-processor
react-native-video-processor copied to clipboard
No hasAudio on mergeVideos function
In the documentation is it mentions hasAudio but I'm not able to set that:
Would also be nice to pass an object in case I don't want to pass height and width.
This is the function declaration:
(method) VideoManager.mergeVideos(paths: string[], newVideoPath: string, height?: string | undefined, width?: string | undefined): Promise