ffmpegwasm / ffmpegwasm/ffmpeg.wasm

Uncaught ReferenceError: createFFmpegCore is not defined

Aperta
#262 32 commenti 24 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
C
Stelle
17.8k
Fork
1.1k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

As you can see the

```
import React from "react";
import { createFFmpeg, fetchFile } from "@ffmpeg/ffmpeg";

const ffmpeg = createFFmpeg({
log: true,
});

function App() {
const [ready, setReady] = React.useState(false);

const load = async () => {
await ffmpeg.load();
setReady(true);
};

React.useEffect(() => {
load();
}, []);

.
.
.
```

I got a Bad memory error too!
How to fix this?

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.