SMPlayer致力于成为MPlayer, 的完整前端程序,从基本的视频,DVD和VCD播放功能,到高级的功能,如支持MPlayer滤镜等。
SMPlayer最有趣的功能之一是:它能记住你播放任何文件时候的设置。你开始看一部电影,却不得不中断一会儿 ……别担心,当你再次打开那部电影,它会从你中断的地方继续播放,使用同样的设置:音轨,字幕,音量……
SMPlayer遵守GPL,是自由软件。
SMPlayer使用的是QT的图形库。
新版的SMPlayer有以下新特性:
- 添加TV支持
- 再屏幕上增加声音音量控制选项
- 添加(Linux)vdpau支持
- 在工具栏上添加多个选项,方便操作
- 加强对.ts文件的支持
- 更新翻译越南语和爱沙尼亚语
- (windows)增加一个选项,让屏幕保护暂时失效
来自维基百科,关于vdpau:VDPAU (Video Decode and Presentation API for Unix)
是一种由 NVIDIA 开发的针对其GeForce 8 series 以及更高系列 GPU 的在 UNIX 和 类UNIX 系统下的
API(包括 Linux、 FreeBSD 和 Solaris)。VDPAU 可以将视频播放器的视频解码交由 GPU 进行硬解码。
目前 VDPAU 可处理的格式有MPEG-1、MPEG-2、MPEG-4 AVC (H.264)、VC-1 和 WMV3/WMV9 。
VDPAU 相当于 Windows 下的 DxVA 。
关于QT:Qt(发音同 cute)是一个跨平台
的C++应用程序开发框架,有时又被称为C++部件工具箱。Qt被用在KDE桌面环境、Opera、Google Earth、Skype、Adobe
Photoshop Album和VirtualBox的开发中。它是挪威Qt Software
的产品,2008年6月17日被芬兰的诺基亚(Nokia)公司收购,以增强该公司在跨平台软件研发方面的实力。
安装:
为了能更好的支持新版的SMPlayer需要安装新版的Mplayer.
Ubuntu用户:
更新MPlayer:
Ubuntu 9.04 Jaunty
deb http://ppa.launchpad.net/rvm/mplayer/ubuntu jaunty main
deb-src http://ppa.launchpad.net/rvm/mplayer/ubuntu jaunty main
Ubuntu 8.10 Intrepid
deb http://ppa.launchpad.net/rvm/mplayer/ubuntu intrepid main
deb-src http://ppa.launchpad.net/rvm/mplayer/ubuntu intrepid main
Ubuntu 8.04 Hardy
deb http://ppa.launchpad.net/rvm/mplayer/ubuntu hardy main
deb-src http://ppa.launchpad.net/rvm/mplayer/ubuntu hardy main
添加公钥:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 85c8674a3706facd12503abc015a66e603e02400
更新:
sudo apt-get update
sudo apt-get dist-upgrade
更新SMPlayer 0.6.8:
Ubuntu 9.04 Jaunty
deb http://ppa.launchpad.net/rvm/smplayer/ubuntu jaunty main
deb-src http://ppa.launchpad.net/rvm/smplayer/ubuntu jaunty main
Ubuntu 8.10 Intrepid
deb http://ppa.launchpad.net/rvm/smplayer/ubuntu intrepid main
deb-src http://ppa.launchpad.net/rvm/smplayer/ubuntu intrepid main
Ubuntu 8.04 Hardy
deb http://ppa.launchpad.net/rvm/smplayer/ubuntu hardy main
deb-src http://ppa.launchpad.net/rvm/smplayer/ubuntu hardy main
添加公钥:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys e23a3c5344ae497c2fee7b0ba7e13d78e4a4f4f4
更新:
sudo apt-get update
sudo apt-get dist-upgrade
查看版本:

SMPlayer 0.6.8全图

支持TV

截取快照,显示多个子菜单,音量控制

总结:SMPlayer官方文档比较完善,对中文支持很好,很详细,可以去官方看更详细的资料
SMPlayer官方网站:http://smplayer.berlios.de/index.php?tr_lang=zh
|