Subtitle Viewer Code
Brought to you by:
tcucinotta
File | Date | Author | Commit |
---|---|---|---|
AlwaysOnTop.cpp | 2015-04-19 |
![]() |
[2c7553] Added buttons for interactive control of placem... |
AlwaysOnTop.hpp | 2015-04-19 |
![]() |
[2c7553] Added buttons for interactive control of placem... |
LICENSE.txt | 2013-03-14 |
![]() |
[96faeb] Added license file. |
Makefile | 2013-03-13 |
![]() |
[b2b810] First import. SubTitleViewer is basically usable. |
Makefile.bak | 2013-03-13 |
![]() |
[b2b810] First import. SubTitleViewer is basically usable. |
README | 2013-03-13 |
![]() |
[b2b810] First import. SubTitleViewer is basically usable. |
SubTitle.cpp | 2013-03-13 |
![]() |
[b2b810] First import. SubTitleViewer is basically usable. |
SubTitle.hpp | 2013-03-13 |
![]() |
[b2b810] First import. SubTitleViewer is basically usable. |
main.cpp | 2015-04-19 |
![]() |
[d6112a] Now it detects changes in screen geometry (as n... |
============================================================ SubTitle Viewer Copyright 2011-2013 Tommaso Cucinotta ============================================================ DESCRIPTION ------------------------------------------------------------ SubTitle Viewer is a subtitle-only player. It is able to play a .srt subtitle file on top of anything else on the screen, particularly full-screen windows of movie players. Imagine you're streaming a movie from a website, but there's no option to see the subtitles. Often, it is also the case that you cannot download the movie either. However, you can easily find on-line the .srt subtitle file for that movie. Then, you can readily play that subtitles file with Subtitle Viewer. The subtitles show up overlapping on top of the movie being played by your favourite player or browser, which keeps running unaware of them. Scared of having to synchronize the subtitles with the movie? No problem. Subtitle Viewer has a few buttons that allow you to readily seek the subtitle file back and forth, pause and resume, and ultimately scale the speed at which it is played. It takes you just the first few minutes of a movie to have your subtitles perfectly synchronized with the audio and video. Then, you can just have fun! ============================================================ LICENSE ------------------------------------------------------------ SubTitle Viewer is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. SubTitle Viewer is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with SubTitle Viewer. If not, see <http://www.gnu.org/licenses/>