Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit afd7c91

Browse files
committed
Download ffmpeg-core from github
1 parent c6a0d1a commit afd7c91

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎ffmpeg-core.zip‎

8.54 MB
Binary file not shown.

‎scripts/deploy.sh‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

3-
pwd&& yarn install
4-
pwd&& cp ./node_modules/@ffmpeg/core/dist/* ./public/static/js
3+
wget https://github.com/ffmpegwasm/ffmpeg.wasm-core/releases/download/v0.10.0/ffmpeg-core.zip
4+
unzip ffmpeg-core.zip -d public/static/js
5+
yarn install
56
yarn build

0 commit comments

Comments
(0)