@capgo/capacitor-ffmpeg
Exposes the FFmpeg API to Capacitor.
Overview
Section titled “Overview”Exposes the FFmpeg API to Capacitor.
Core Capabilities
Section titled “Core Capabilities”getCapabilities- Return the machine-readable capability matrix for the current platform.reencodeVideo- Queue a video re-encode job.convertImage- Convert a still image into another format.convertAudio- Convert audio into another container or codec.
Public API
Section titled “Public API”| Method | Description |
|---|---|
getCapabilities | Return the machine-readable capability matrix for the current platform. |
reencodeVideo | Queue a video re-encode job. |
convertImage | Convert a still image into another format. |
convertAudio | Convert audio into another container or codec. |
addListener | Listen for media job progress. |
getPluginVersion | Get the plugin package version reported by the current platform implementation. |
Source Of Truth
Section titled “Source Of Truth”This reference is synced from src/definitions.ts in capacitor-ffmpeg.