From e82eb7c9538e237ed6d74d0880ffdb7be28da38c Mon Sep 17 00:00:00 2001 From: Anonymous Date: Thu, 25 Jul 2024 17:04:17 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 25c78cf..d841824 100755 --- a/README.md +++ b/README.md @@ -188,6 +188,9 @@ highWaterMark: '6mb', pool: true, ``` +### About FFmpeg +At the initiation of your project, you can ensure seamless operation by configuring the path for ffmpeg using either `FFCreator.setFFPath()`, `setFFmpegPath(path: string)`, or `setFFprobePath(path: string)`. This ensures that the project can access the necessary ffmpeg utilities for its execution. For more comprehensive ffmpeg configuration options, please refer to the configuration page. + ## Installation ### 1. Install `node-canvas` and `headless-gl` dependencies