Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

228
Vistas
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 Respuestas
Responde la pregunta

0

Check this Video Editor SDK by IMG.LY

NPM Package : react-native-videoeditorsdk

about 4 years ago · Juan Pablo Isaza Denunciar

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 Denunciar

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda