fluent-ffmpeg / node-fluent-ffmpeg

A fluent API to FFMPEG (http://www.ffmpeg.org)
MIT License
7.62k stars 872 forks source link

Error while merging audio and video #1248

Closed Kaitoxic closed 4 months ago

Kaitoxic commented 4 months ago

Version information

Code to reproduce

new ffmpeg()
    .addInput("/src/bg.mp4")
    .addInput("./file.mp3")
    .saveToFile("/src/", "./temp");

(note: if the problem only happens with some inputs, include a link to such an input file)

Expected results

A file with my audio and my video 2 in 1

Observed results

I have this error when I want to merge a mp3 with a mp4 image