Skip to content

Commit

Permalink
README.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
LostBeard committed Sep 26, 2023
1 parent 9f7eb24 commit 2914c01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Fork of the awesome project [ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm)

Forked to test customization of ffmpeg-core including adding [WORKERFS](https://emscripten.org/docs/api_reference/Filesystem-API.html#filesystem-api-workerfs) to enable the use of large files. ✅
Forked to test customization of ffmpeg-core including adding [WORKERFS](https://emscripten.org/docs/api_reference/Filesystem-API.html#filesystem-api-workerfs) filesystem support. ✅

This fork is used by [SpawnDev.BlazorJS.FFmpegWasm](https://github.com/LostBeard/SpawnDev.BlazorJS.FFmpegWasm) to bring ffmpeg.wasm into Blazor WASM apps.

Expand All @@ -29,6 +29,7 @@ index.html
</body>
</html>
```

transcode.js
```js
"use strict";
Expand Down

0 comments on commit 2914c01

Please sign in to comment.