修复FFPROBE依赖

This commit is contained in:
CN-JS-HuiBai
2026-04-03 01:52:03 +08:00
parent 056763e51d
commit 517814610d
4 changed files with 18 additions and 4 deletions

View File

@@ -2,9 +2,10 @@
To properly test and run this project, you will need to prepare your environment:
1. **Install Node.js & FFmpeg**:
1. **Install Node.js**:
- Ensure Node.js (v18+) is installed.
- Install **FFmpeg** on your system and make sure it is available in your PATH environment variable. The Node.js library `fluent-ffmpeg` requires it.
- The project uses npm-provided `ffmpeg-static` and `ffprobe-static` binaries by default, so you do not need to install FFmpeg globally.
- If you want to override the bundled binaries, set `FFMPEG_PATH` and `FFPROBE_PATH` in your environment.
2. **AWS S3 / MinIO Configuration**:
- Modify the `.env` file (copy from `.env.example`).