KazuyaFCB

Results 6 comments of KazuyaFCB

I tried to recompile ffmpeg.wasm-core by using Docker based on this link (https://github.com/ffmpegwasm/ffmpeg.wasm-core) but I got error in this image. Have any solution? ![image](https://user-images.githubusercontent.com/37976868/148655326-b6d25c87-0416-4524-a749-9f369893fa9c.png)

Hi @brunoluiz, Actually I want to merge video segment and audio segment into `output.mp4` file. I tried to merge with input is local file, for example `await ffmpeg.run("-ss", "5", "-i",...

Hi @brunoluiz I tried to use `fetchFile` function with remote url: `const data = await fetchFile('https://someurl')` and it ran successfully. Is there any efficient way to use `fetchFile` function? For...

@Wardormeur Is there a way to get the segment of the video from the url? For example, only take the first 5 seconds of that url, because using fetchFile will...

@P-PPPP I tried to used `ffmpeg.js` in this library (https://github.com/Kagami/ffmpeg.js), but I also got `https protocol not found, recompile FFmpeg withopenssl, gnutls or securetransport enabled` error. I also tried to...

@Junoburger I changed @ffmpeg/ffmpeg to 0.9.8 and @ffmpeg/core to 0.9.0 but I got `ReferenceError: __dirname is not defined` error :(