RuntimeError: No ffmpeg exe could be found
RuntimeError: No ffmpeg exe could be found
Full error:ffmpeg is normally downloaded automatically. If your environment blocks automatic downloads, install it manually:
Download ffmpeg
Download a build from https://www.gyan.dev/ffmpeg/builds/ and extract it.
ImageMagick is not installed on your computer
ImageMagick is not installed on your computer
ImageMagick is required for subtitle rendering. Install it for your operating system:
- Windows
- macOS
- Ubuntu / Debian
- CentOS / RHEL
- Download the static library build from ImageMagick downloads
- Run the installer — do not install to a path containing Chinese characters
- Set the path in
config.toml:
config.toml
ImageMagick security policy blocks temporary file operations
ImageMagick security policy blocks temporary file operations
Full error:ImageMagick’s default security policy on some Linux distributions restricts file operations. Fix it by editing the policy:
OSError: [Errno 24] Too many open files
OSError: [Errno 24] Too many open files
This is a system-level file descriptor limit being hit during video processing.Check your current limit:If it is low (e.g. 1024), increase it for the current session:To make this permanent on Linux, add to
/etc/security/limits.conf:Whisper model download failed
Whisper model download failed
Possible errors:The Whisper model (~3 GB) must be downloaded from HuggingFace, which may be blocked in some regions. Download it manually and place it in the correct location:
Download the model
Download
whisper-large-v3 from an alternative source (see the README for Baidu Netdisk / Quark Netdisk links) and extract the archive.Videos generating with no subtitles
Videos generating with no subtitles
Check the following:
-
subtitle_provideris set — an empty string disables subtitles:config.toml -
subtitle_enabledistruein your API request or Web UI settings. - ImageMagick is installed — subtitle rendering depends on ImageMagick. See the ImageMagick issue above.