mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-25 11:43:17 +01:00
Update developer-notes.md
This commit is contained in:
parent
a0144463f9
commit
ff3e6a0408
@ -14,10 +14,18 @@ yarn
|
|||||||
```
|
```
|
||||||
Note: `yarn` may take some time to complete.
|
Note: `yarn` may take some time to complete.
|
||||||
|
|
||||||
### Running
|
### ffmpeg
|
||||||
```bash
|
|
||||||
npm run download-ffmpeg # on MacOS only
|
|
||||||
|
|
||||||
|
Run one of the below commands:
|
||||||
|
```bash
|
||||||
|
npm run download-ffmpeg-mac
|
||||||
|
npm run download-ffmpeg-linux
|
||||||
|
npm run download-ffmpeg-windows
|
||||||
|
```
|
||||||
|
|
||||||
|
### Running
|
||||||
|
|
||||||
|
```bash
|
||||||
npm start
|
npm start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user