https://github.com/69dev69dev/capacitor-ffmpeg-kit
https://github.com/69dev69dev/capacitor-ffmpeg-kit
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/69dev69dev/capacitor-ffmpeg-kit
- Owner: 69dev69dev
- Created: 2023-10-09T09:46:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T14:50:01.000Z (over 2 years ago)
- Last Synced: 2025-08-10T00:52:15.184Z (10 months ago)
- Language: Java
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# capacitor-ffmpeg-kit
FFMPEG for capacitor
## Install
```bash
npm install capacitor-ffmpeg-kit
npx cap sync
```
## API
* [`exec(...)`](#exec)
* [`stop()`](#stop)
* [Interfaces](#interfaces)
### exec(...)
```typescript
exec(options: ExecOptions) => Promise
```
| Param | Type |
| ------------- | --------------------------------------------------- |
| **`options`** | ExecOptions |
--------------------
### stop()
```typescript
stop() => Promise
```
--------------------
### Interfaces
#### ExecOptions
| Prop | Type | Description |
| ------------- | ------------------- | -------------- |
| **`command`** | string | Ffmpeg command |
| **`name`** | string | Channel name |