capacitor-ffmpeg-kit
FFMPEG for capacitor
Install
npm install capacitor-ffmpeg-kit
npx cap sync
API
exec(...)
exec(options: ExecOptions) => Promise<void>
Param | Type |
---|---|
options |
ExecOptions |
stop()
stop() => Promise<void>
Interfaces
ExecOptions
Prop | Type | Description |
---|---|---|
command |
string |
Ffmpeg command |
name |
string |
Channel name |