An open API service indexing awesome lists of open source software.

https://github.com/69dev69dev/capacitor-ffmpeg-kit


https://github.com/69dev69dev/capacitor-ffmpeg-kit

Last synced: 8 months ago
JSON representation

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 |