Skip to content

Commit

Permalink
Update qa.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drawcall authored Jul 25, 2024
1 parent a016444 commit ed31a11
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/qa/qa.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();`

0 comments on commit ed31a11

Please sign in to comment.