安装ffmpeg
a.套件来源增加 packages.synocommunity.com
b.设置信任级别为任何发行者
c.找到ffmpeg安装即可
d.编辑/etc/profile
e.增加代码
export FFMPEG_HOME=/volume1/@appstore/ffmpeg
export PATH=$FFMPEG_HOME/bin:$PATH
1 2 3 |
source profile cp /volume1/@appstore/ffmpeg/bin/ffmpeg /volume1/@appstore/VideoStation/bin/ cp /volume1/@appstore/ffmpeg/bin/ffmpeg /usr/bin |