bgrins / videoconverter.js

[UNMAINTAINED] Convert videos in your browser
http://bgrins.github.io/videoconverter.js/
Other
2.34k stars 300 forks source link

Unable to combine video and audio #84

Open martinnaj opened 4 years ago

martinnaj commented 4 years ago

I downloaded the demo and all files associated with it, and added my own: input.mp4, input.mp3

I tried the following:

ffmpeg.exe -i input.mp3 -i input.webm -acodec copy -vcodec copy muxed.mp4

and got the error:

input.mp3: No such file or directory

it seems that NO AUDIO FORMAT IS RECOGNISED

It works with ffmpeg in cmd, so fix it here please

RifatMahmudno-1 commented 1 year ago

Use ffmpeg.wasm. This is fast and supports browsers, but it takes a huge amount of memory.