Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to combine video and audio #84

Open
martinnaj opened this issue Jun 13, 2020 · 1 comment
Open

Unable to combine video and audio #84

martinnaj opened this issue Jun 13, 2020 · 1 comment

Comments

@martinnaj
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants