Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agsh authored Feb 20, 2021
1 parent ac6b17b commit 209a790
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,9 @@ For large images resolution or IP cameras example check [/example/server-canvas.
, quality: 3 // JPEG compression quality level (optional)
});
```

If you have an error `Error: spawn ffmpeg ENOENT`, you should first install ffmpeg package.
After that, if the starup command differs from `ffmpeg`, you can change it in the static property like this, for example:
```js
FFMpeg.cmd = 'C:\\ffmpeg.exe';
```

0 comments on commit 209a790

Please sign in to comment.