alist icon indicating copy to clipboard operation
alist copied to clipboard

feat(local): add ffmpeg

Open GodFinal opened this issue 2 years ago • 1 comments

GodFinal avatar Feb 21 '23 15:02 GodFinal

Thanks for opening this pull request! Please check out our contributing guidelines.

welcome[bot] avatar Feb 21 '23 15:02 welcome[bot]

Congrats on merging your first pull request! We here at behavior bot are proud of you!

welcome[bot] avatar Feb 22 '23 13:02 welcome[bot]

在 Windows 下目前无效。可能是 ffmpeg-go 默认路径问题(现在是 ffmpeg,Windows 上期望是 ffmpeg.exe)。

@Xhofe 另外希望 Windows 的 Alist Desktop 能考虑默认打包上 ffmpeg binary。

stackia avatar Jul 09 '23 10:07 stackia

在 Windows 下目前无效。可能是 ffmpeg-go 默认路径问题(现在是 ffmpeg,Windows 上期望是 ffmpeg.exe)。

@xhofe 另外希望 Windows 的 Alist Desktop 能考虑默认打包上 ffmpeg binary。

通过打一个符号链接就可以,cmd管理员执行 mklink "C:\Windows\System32\ffmpeg.exe" "D:\ffmpeg\ffmpeg.exe" “D:\ffmpeg\ffmpeg.exe” 替换成你ffmpeg.exe所在目录程序即可识别

fobole-openthedoor avatar Dec 11 '23 02:12 fobole-openthedoor

在 Windows 下目前无效。可能是 ffmpeg-go 默认路径问题(现在是 ffmpeg,Windows 上期望是 ffmpeg.exe)。 @xhofe 另外希望 Windows 的 Alist Desktop 能考虑默认打包上 ffmpeg binary。

通过打一个符号链接就可以,cmd管理员执行 mklink "C:\Windows\System32\ffmpeg.exe" "D:\ffmpeg\ffmpeg.exe" “D:\ffmpeg\ffmpeg.exe” 替换成你ffmpeg.exe所在目录程序即可识别

mklink 之后好像还是不行啊

Logosww avatar Dec 11 '23 12:12 Logosww

mklink 之后好像还是不行啊

只要保证 ffmpeg.exe 所在文件夹在系统环境变量 PATH 下即可,不用 mklink

stackia avatar Feb 29 '24 19:02 stackia