更改

跳到导航 跳到搜索
Use install to ensure directory is created.
然后解压这个压缩文件,你能够看到 ffmpeg 这一个文件,接下来打开终端, <code>cd</code> 到文件存在的目录,执行下列命令:<syntaxhighlight lang="shell">
sudo cp install -d ffmpeg /usr/local/bin/
sudo chmod 755 /usr/local/bin/ffmpeg
</syntaxhighlight>此时在终端中执行 <code>ffmpeg</code> ,如果出来的内容不是 <code>bash: ffmpeg: command not found</code> ,就说明安装成功了!
2

个编辑

导航菜单