1 Star 0 Fork 0

xiaowang / Penguin-Subtitle-Player

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 4.75 KB
一键复制 编辑 原始数据 按行查看 历史
xiaowang 提交于 2016-01-20 03:46 . Update README.md

srt视频字幕外挂神器!

使用场景

  • 网页视频没有字幕或字幕不正确的时候可以加载本地字幕覆盖在浏览器上部
  • 网盘视频没有字幕的时候,下载srt字幕,把字幕拖动到浏览器上方,可以设置窗口为透明

网盘视频字幕,可以上传字幕到网盘保持字幕和视频同名即可选择


Penguin Subtitle Player

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.

Screenshot 1 Screenshot 2 Screenshot 3

Features

  • 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)

Download

Current Version: 0.3.0

Installation

No installation required.

FAQ

Q: "MSVCP120.dll is missing from your computer." on Windows

A: Download and install Visual C++ Redistributable for Visual Studio 2012

Q: Does it show on the top of both HTML5 fullscreen and Flash fullscreen players?

A: It is tested and confirmed working in Windows, Linux and Mac OSX for both HTML5 and Flash.

Q: Why does the transparency/opacity feature not work for me on Linux?

A: You need to have a compositing window manager set up and enabled.

Developing

Penguin Subtitle Player is a Qt5 project. The executables include statically compiled Qt libraries.

####Libraries

####Compilers

  • Windows: VC++ 2012
  • Linux: G++
  • Mac OSX: G++

Check here for deployment details.

Building

####The easy way

  1. Download Qt with Qt Creator here
  2. Open the .pro file in Qt Creator
  3. 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

  1. Download Qt (Qt Creator is not required) here
  2. Run qmake
qmake PenguinSubtitlePlayer.pro
  1. Build from the makefile generated by qmake
  • G++ (Linux, Mac OSX): make
  • VC++ (Windows): nmake
  • MinGW (Windows): mingw32-make
  1. You should see the executable under build/debug or build/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.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

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

Credits

Carson Ip, LMH, Kwanjai

License

Code released under the GNU General Public License version 3.

1
https://gitee.com/qingcms/Penguin-Subtitle-Player.git
git@gitee.com:qingcms/Penguin-Subtitle-Player.git
qingcms
Penguin-Subtitle-Player
Penguin-Subtitle-Player
master

搜索帮助