7 lines
232 B
Markdown
7 lines
232 B
Markdown
|
# How to build ffmpegjs
|
||
|
|
||
|
1. checkout https://github.com/ffmpegjs/FFmpeg
|
||
|
2. replace `build-js.sh` with the `build-js.sh` from this directory
|
||
|
3. run `build-with-docker.sh`
|
||
|
4. copy `dist/ffmpeg-core.js` to this project `public` folder
|