konowebcodecs/apps/website/docs/getting-started/installation.md
2023-08-03 23:02:00 +08:00

655 B

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';

Installation

:::note ffmpeg.wasm only supports running in browser, see FAQ for more details :::

Package Managers

Install ffmpeg.wasm using package managers like npm and yarn:

npm install @ffmpeg/ffmpeg @ffmpeg/util
yarn add @ffmpeg/ffmpeg @ffmpeg/util

:::info As ffmpeg.wasm spawns a web worker, you cannot import ffmpeg.wasm from CDN like unpkg. It is recommended to download it and self-hosted most of the time. :::