Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

227
Views
How to combine video and audio in React Native?

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.

about 4 years ago · Juan Pablo Isaza
3 answers
Answer question

0

Check this Video Editor SDK by IMG.LY

NPM Package : react-native-videoeditorsdk

about 4 years ago · Juan Pablo Isaza Report

0

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

about 4 years ago · Juan Pablo Isaza Report

0

Check this library

https://github.com/hiett/react-native-video-merger

import RNVideoEditor from 'react-native-video-editor';

    RNVideoEditor.merge(
    ['videourl.mp4', 'video2url.mp4'],
        (results) => {
            alert('Error: ' + results);
        },
        (results, file) => {
            alert('Success : ' + results + " file: " + file);
        }
);
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!