-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,3 +123,17 @@ at FFTransition.createTransition | |
这种情况请使用 FFCreatorLite。 | ||
`FFCreatorLite`并不是`FFCreator`的简化版,它是纯粹的ffmpeg实现。在视频加工方面`FFCreatorLite`的速度非常快,而且也能支持`FFCreator`大多数功能。 | ||
--- | ||
#### ✿8. 报错Cannot find ffprobe | ||
```shell | ||
Error: Cannot find ffprobe | ||
at xxx/node_modules/[email protected]/node_modules/fluent-ffmpeg/lib/ffprobe.js:145:31 | ||
at xxx/node_modules/[email protected]/node_modules/fluent-ffmpeg/lib/capabilities.js:194:9 | ||
``` | ||
#### 解决 | ||
项目初始化时设置ffmpeg及ffprobe的路径,`FFCreator.setFFPath();`。 |