I am trying to convert the images to video with audio in the background in React Native. I had used ffmpeg but I am not getting the expected result. https://www.npmjs.com/package/react-native-ffmpeg Here is the code that I had tried!
RNFFmpeg.execute('-i http://192.168.43.4/ReactFirstProject/images/song.jpeg -i http://192.168.43.4/ReactFirstProject/screens/music/frog.wav -c:v mpeg4 output.mp4').then(result => (console.log("RESULT:",result)))
Can anyone suggest any other libraries for doing the same? Please help me out. I would be glad.