ffmpegwasm / ffmpegwasm/ffmpeg.wasm

Can I save wasm, core and worker in indexdb and assign values directly when creating ffmpeg?

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

説明

```
this.wasmFile = await this.db.get("ffmpeg-core.wasm");
this.workerFile = await this.db.get("ffmpeg-core.worker");

this.ffmpeg = createFFmpeg({
wasmPath: wasmFile,
workerPath: workerFile,
log: true
});
```

I have saved the wasm, core, and worker files in indexdb in blob format. I want to directly extract the files from indexdb and create ffmpeg.

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

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

評価

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

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

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