Replace (or add) the audio track of a video with audio from another file.
await replaceAudio({ video: 'video.mp4', audio: 'music.mp3', output: 'out.mp4' }); Copy
await replaceAudio({ video: 'video.mp4', audio: 'music.mp3', output: 'out.mp4' });
Replace (or add) the audio track of a video with audio from another file.