salihgun / react-native-video-processor

Video processing functions
MIT License
29 stars 5 forks source link

No hasAudio on mergeVideos function #7

Open wlans opened 1 year ago

wlans commented 1 year ago

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