ffmpegwasm / ffmpegwasm/ffmpeg.wasm

Uncaught (in promise) RuntimeError: Aborted(CompileError: WebAssembly.instantiate(): expected magic word 00 61 73 6d, found 3c 21 44 4f @+0). Build with -sASSERTIONS for more info.

オープン
#609 コメント 5 件 リアクション 1 件 担当者 0 名 GitHub で見る
主要言語
C
スター
17.8k
フォーク
1.1k
PR マージ指標
30日以内にマージされた PR はありません

説明

**Describe the bug**
I am running this webassembly in my React App.

**To Reproduce**
Please provide a GitHub link or code snippet.
`
const transcode = async (file) => {
await ffmpeg.load()
await ffmpeg.FS('writeFile', file?.name, await fetchFile(file))
await ffmpeg.run('-i', file?.name, '-c:v', 'h264', '-crf', '28', '-b:v', '0', 'row-mt', '1', '-f', `${getFileExtension(file?.name)}`, `out.${getFileExtension(file?.name)}`)
const data = await ffmpeg.FS('readFile', `out.${getFileExtension(file?.name)}`)

let chunk = URL.createObjectURL(new Blob([data.buffer], { type: `video/${getFileExtension(file?.name)}`}))

}
`

**Expected behavior**
I was trying compress a video file, but getting this error

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
![Screenshot 2023-10-19 at 2 26 27 PM](https://github.com/ffmpegwasm/ffmpeg.wasm/assets/87647063/9864ceb6-04ad-4b38-aaf0-e1813a234c39)

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。