
QT环境
用不惯快捷键的可以试试,鼠标滚轮可以做左右方向键的用途,还有附带了一些滤镜等等,字幕设置也非常简单,选项里选一个中文字体,编码选cp936即可,具体参阅以上连接。
Readme:
To compile smplayer:
Linux: you need Qt 3 development package (qt-devel or similar).
Enter in src and type:
qmake && make
If you're using Qt 4, then first of all type:
qt3to4 smplayer.pro
Windows: you need Qt for windows. Go to
http://www.trolltech.com/developer/downloads/qt/windows
and download qt-win-opensource-4.2.2-mingw.exe (about 50 MB). Install it.
It will ask you for mingw, check the option to download mingw.
Now download the package with the SMPlayer sources and uncompress it them
wherever you want.
Now go to Start -> Programs -> Qt by Trolltech v4.2.2 (Opensource) and select
Qt 4.2.2 Command Prompt.
Now type there "cd \directory_where_you_uncompressed_the_sources\smplayer\src"
Now type "conv2qt4.bat", ask "A" (All) to the question and then type
"make". If everything is ok you'll have a smplayer.exe under the release/
directory.
Visit http://smplayer.sourceforge.net/ for updates.