FFMPEG for capacitor
npm install capacitor-ffmpeg-kitFFMPEG for capacitor
``bash`
npm install capacitor-ffmpeg-kit
npx cap sync
* exec(...)
* stop()
* Interfaces
`typescript`
exec(options: ExecOptions) => Promise
| Param | Type |
| ------------- | --------------------------------------------------- |
| options | ExecOptions |
--------------------
`typescript`
stop() => Promise
--------------------
#### ExecOptions
| Prop | Type | Description |
| ------------- | ------------------- | -------------- |
| command | string | Ffmpeg command |
| name` | string | Channel name |