CrypticSignal

Results 33 comments of CrypticSignal

- Still ongoing, need to ping the relevant people. - Was on hold because of the Hackathon.

@NayamAmarshe Unusable in what way? [My website](https://av-converter.com/) (GitHub repo: https://github.com/CrypticSignal/av-converter) is using FFmpeg WASM and it seems to be working okay, although it would be nice if the transcoding speed...

@Aeroxander What's the benefit of limiting it to only use one core?

@hoomanaskari The OP said "I believe it makes sense to add an option to disable the WASM threads and use a single core (be it that it makes it slower)"...

@hoomanaskari I see, so CORP and COEP are only needed if threads are used but not if a single core is used. Interesting. I have no idea how WASM works,...

Try `corePath: "https://unpkg.com/@ffmpeg/[email protected]/dist/ffmpeg-core.js"`

**AAC** and **WAV** - AAC is a common audio codec for videos, and probably the next widest supported audio codec after MP3. - WAV is a common lossless audio format....

@Sean-Der Unfortunately I don't have any pointers e.g. at which core version this issue started. I presume this hasn't been an issue in all versions of ffmpeg.wasm, because someone probably...

`@ffmpeg/ffmpeg` 0.12.7 is incompatible for some reason. Use `@ffmpeg/ffmpeg` 0.12.6 instead. My Next.js app deployed using Vercel works after downgrading to `0.12.6`. https://av-converter.vercel.app Source code: https://github.com/CrypticSignal/av-converter-vercel

I believe you need at least Node v18