@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.
Keep going from @capgo/capacitor-ffmpeg
Section titled “Keep going from @capgo/capacitor-ffmpeg”If you are using @capgo/capacitor-ffmpeg to plan dashboard and API operations, connect it with Using @capgo/capacitor-ffmpeg for the native capability in Using @capgo/capacitor-ffmpeg, API Overview for the implementation detail in API Overview, Introduction for the implementation detail in Introduction, API Keys for the implementation detail in API Keys, and Devices for the implementation detail in Devices.