Home > OS >  How to combine video and audio in React Native?
How to combine video and audio in React Native?

Time:03-03

Elaborating Question:

Instagram has this feature in which you can record your video through camera or select video from storage and add different song/audio to that video. You can post the same on to your post.

On viewing the post you see that the audio and video is combined playing and also when you download the reel you get the whole video combined with audio.

How can this be achieved in React-Native ?

Any Plugins(Free or Paid) or Packages that can be used to achieve this would help.

CodePudding user response:

Check this Video Editor SDK by IMG.LY

NPM Package : react-native-videoeditorsdk

CodePudding user response:

This cannot be done in react-native. it can be done NodeJS, python or another technology. but I think python is best for this. Here is some example for you.

example

  • Related