Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/guides/examples/ffmpeg-video-processing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -361,4 +361,13 @@ To test this task in the dashboard, you can use the following payload:
}
```

### To enable FFmpeg video processing for local development, ensure that you have installed the following package:

- `@ffmpeg-installer/ffmpeg`: This package automatically installs FFmpeg binaries, ensuring you have the necessary tools without needing to manually download FFmpeg.

### To install FFmpeg, use the following command:
```bash
npm install @ffmpeg-installer/ffmpeg


<LocalDevelopment packages={"ffmpeg"} />