SMPlayer
1.1、SMPlayer简介
是什么 ?:a Qt-based front-end for Mplayer
开发语言:C++
支持系统:GNU/LinuxWindows
官方主页:https://www.smplayer.info
1.2、通过包管理器安装SMPlayer
操作系统包管理器安装命令
WindowsChocolateychoco install -y smplayer
aptsudo apt-get install -y smplayer

Arch Linux

ArcoLinux

Manjaro Linux

pacmansudo pacman -Syyu --noconfirm
sudo pacman -S    --noconfirm smplayer
Gentoo LinuxPortagesudo emerge smplayer
1.3、通过编译源码安装SMPlayer

step1、安装依赖

所有时Terminal + Shell + GNU CoreUtils
下载时cURL
解压时tar + bzip2
编译时gmakegcc / GCC | Clang / LLVMQt SDK
运行时glibc ( libc.sold-linux-x86-64.so )

step2、使用curl命令下载SMPlayer源码包 (

curl -LO http://downloads.sourceforge.net/smplayer/smplayer-19.1.0.tar.bz2
#如果上面的地址下载速度太慢,使用下面的地址下载
curl -LO http://sourceforge.mirrorservice.org/s/sm/smplayer/SMPlayer/19.1.0/smplayer-19.1.0.tar.bz2

step3、使用tar解压SMPlayer源码包

tar vxf smplayer-19.1.0.tar.bz2

step4、进入smplayer-19.1.0目录

cd smplayer-19.1.0

step5、查看smplayer-19.1.0目录中的内容

step6、编译、安装

make && sudo make install PREFIX=/usr
1.4、SMPlayer的使用

在命令行中打开:

smplayer 小苹果高清完整版.rmvb

主界面: