ZhènJīngBù 大佬有话说 : 2022-7-22 01:40:41
安装了半天ffmpeg最后回馈的结果是-bash: ffmpeg: command not found
:'( 那里的问题
https://i.im.ge/2022/07/21/Fd4D8P.png
wlz 大佬有话说 : 2022-7-22 02:05:13
一把梭,mv /root/ffmpeg-5.0.1/bin/ffmpeg/usr/bin/ffmpeg
可乐呀 大佬有话说 : 2022-7-22 02:23:37
chmod +x /root/ffmpeg-5.0.1/bin/ffmpeg
言和 大佬有话说 : 2022-7-22 01:42:02
CAO!!!;P;P;P;P
acpp 大佬有话说 : 2022-7-22 01:44:38
环境变量看看
ZhènJīngBù 大佬有话说 : 2022-7-22 01:47:44
acpp 大佬有话说 : 2022-7-22 01:44
环境变量看看
最后一行添加的
…
for i in /etc/profile.d/*.sh /etc/profile.d/sh.local ; do
if [ -r "$i" ]; then
if [ "${-#*i}" != "$-" ]; then
. "$i"
else
. "$i" >/dev/null
fi
fi
done
unset i
unset -f pathmunge
#set ffmpeg environment
PATH=$PATH:/root/ffmpeg-5.0.1/bin
export PATH
loveqianool 大佬有话说 : 2022-7-22 01:59:05
你不晓得用包管理安装吗
ZhènJīngBù 大佬有话说 : 2022-7-22 02:03:23
loveqianool 大佬有话说 : 2022-7-22 01:59
你不晓得用包管理安装吗
yum安装的功能不全,而且我也不知道它的安装路径
sliver 大佬有话说 : 2022-7-22 02:16:11
https://hub.docker.com/r/linuxserver/ffmpeg
ZhènJīngBù 大佬有话说 : 2022-7-22 02:33:02
sliver 大佬有话说 : 2022-7-22 02:16
https://hub.docker.com/r/linuxserver/ffmpeg
不喜欢用这些,编译了安心点