源码部署,需要自行编译 ffmpeg 吗 #1926
源码部署,需要自行编译 ffmpeg 吗
#1926
-
|
我想自己编译一份 OpenList 部署,看到部分功能需要 ffmpeg(比如文档里提到的“生成本地视频的缩略图”)。我想问一下除此之外 OpenList 还有哪些功能需要用到 ffmpeg 吗?使用的时候,将 ffmpeg 所在文件夹添加到 |
Beta Was this translation helpful? Give feedback.
Answered by
xrgzs
Jan 15, 2026
Replies: 1 comment
-
|
看这个库的实现 https://pkg.go.dev/github.com/u2takey/ffmpeg-go ,在 PATH 里面就行,而且还不止 ffmpeg 一个文件,看了下还用到了 ffprobe |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ILoveScratch2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
看这个库的实现 https://pkg.go.dev/github.com/u2takey/ffmpeg-go ,在 PATH 里面就行,而且还不止 ffmpeg 一个文件,看了下还用到了 ffprobe