0.0.5 • Published 2 years ago
capacitor-ffmpeg-kit v0.0.5
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 |