Penguin Subtitle Player is an open-source, cross-platform standalone subtitle player, as an alternative to Greenfish Subtitle Player, SrtViewer (Mac), SRTPlayer, JustSubsPlayer and Free Subtitle Player.
You download the .srt file from any sites you like and load it into the subtitle player. The subtitle player provides a translucent window which always stays on the top so that subtitles can be shown on top of the video without blocking anything.
With Penguin Subtitle Player, just open your favorite online streaming site, load the srt into the player, and enjoy.
- 700+ encoding supported (default: UTF8)
- Auto encoding detection
- Drag & drop SRT file
- Customizable layout (Frame size, Background color & Opacity, Font style)
- Time fine tuning (Fast forward / backward with customizable time interval)
Current Version: 0.3.0
No installation required.
A: Download and install Visual C++ Redistributable for Visual Studio 2012
A: It is tested and confirmed working in Windows, Linux and Mac OSX for both HTML5 and Flash.
A: You need to have a compositing window manager set up and enabled.
Penguin Subtitle Player is a Qt5 project. The executables include statically compiled Qt libraries.
####Libraries
- uchardet-enhanced: Auto charset detection.
####Compilers
- Windows: VC++ 2012
- Linux: G++
- Mac OSX: G++
Check here for deployment details.
####The easy way
- Download Qt with Qt Creator here
- Open the .pro file in Qt Creator
- You should be good to go (In case of some weird compilation errors, turn off the shadow build option in projects build settings)
####The hard way
- Download Qt (Qt Creator is not required) here
- Run qmake
qmake PenguinSubtitlePlayer.pro
- Build from the makefile generated by qmake
- G++ (Linux, Mac OSX):
make
- VC++ (Windows):
nmake
- MinGW (Windows):
mingw32-make
- You should see the executable under
build/debug
orbuild/release
In case you would like to deploy a version which does not require Qt libraries in the client's system, consider statically build Qt then qmake with the static option.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
0.3.0:
- Added customizable subtitle shadow (text outline)
- Customizable subtitle font color
- Remember window position and size
- Minor bug fixes
0.2.1:
- Fixed subtitle delay problem
0.2.0:
- Added Charset Detection
0.1.0:
- First beta release
Carson Ip, LMH, Kwanjai
Code released under the GNU General Public License version 3.