ffmpegwasm / ffmpeg.wasm

FFmpeg for browser, powered by WebAssembly
https://ffmpegwasm.netlify.app
MIT License
14.01k stars 816 forks source link

ffmpeg.wasm audio concatination is not working in browser #488

Open sourabhkarnani opened 1 year ago

sourabhkarnani commented 1 year ago

I was trying to concat 2 audio files from the front-end using only html and javascript but it is not working here is the code link: https://codepen.io/sourabh-karnani/pen/WNgVEEY this is the error comming :createFFmpeg.js:139 Uncaught (in promise) Error: ffmpeg.FS('readFile', 'output.mp3') error. Check if the path exists which path is wrong? please help