1. tar -xvf ffmpeg-7.0.2.tar.xz
-
x:表示解压文件。
-
v:表示在解压过程中显示文件(verbose模式)。这个选项是可选的,加上它可以让你看到正在解压的文件列表,但如果不加也不会影响解压过程。
-
f:表示后面跟着的是要处理的文件名。
linux命令:
1.更新:sudo apt-get update
2.安装插件命令:
sudo apt-get install ffmpeg
sudo apt-get install yasm或者
3.which ffmpeg
查找命令,可在主目录下查找
4. source /etc/profile
读取并执行 /etc/profile 文件中的命令