I've put together a little app to watch subtitles independently of the video, useful (to me anyway) for watching streaming videos that don't supply Japanese language subtitles. Also could go with any other app, presumably.
Currently it's in the experimental ('alpha') stage, it doesn't even have a name yet really. (I'm thinking 'jimakuman' - 字幕マン - but maybe that's too cheesy? Hmmm.)
It has controls as follows,
' < ' slow subtitles by 0.5 seconds
' <a ' previous subtitle
' a> ' next subtitle
' > ' hasten subtitles by 0.5 seconds
' || ' - ' > ' pause/play
Open File - select an SRT file and as soon as you open it, the clock starts running and it will display your subtitles.
Quit
It's 'always on top' in order to better see it when playing a video in a web browser or other application. This can't be changed.
It only knows about SRT files, will crash if you feed it a bad file name or otherwise upset it as I don't catch a single exception, and for some annoying reason it pops up an empty console window when you run it. It probably only runs on some 64 bit windows machines because I don't have any way to cross-compile.
Some diagnostic information is constantly printed "T: time in seconds N: (next subtitle index) next subtitle time in seconds"
If you've read this far without being scared off and if you want, you can try it out (as is and at your own risk). If it's not obvious the app is 'run.exe' in the SubtitleViewer folder created by unpacking the Zip.
http://www.mediafire.com/download/wc62t1...Viewer.zip
If you are really brave and have Python3.3 installed you can try to run the script directly,
http://www.mediafire.com/download/yqgi7o...7jt/run.py
Currently it's in the experimental ('alpha') stage, it doesn't even have a name yet really. (I'm thinking 'jimakuman' - 字幕マン - but maybe that's too cheesy? Hmmm.)
It has controls as follows,
' < ' slow subtitles by 0.5 seconds
' <a ' previous subtitle
' a> ' next subtitle
' > ' hasten subtitles by 0.5 seconds
' || ' - ' > ' pause/play
Open File - select an SRT file and as soon as you open it, the clock starts running and it will display your subtitles.
Quit
It's 'always on top' in order to better see it when playing a video in a web browser or other application. This can't be changed.
It only knows about SRT files, will crash if you feed it a bad file name or otherwise upset it as I don't catch a single exception, and for some annoying reason it pops up an empty console window when you run it. It probably only runs on some 64 bit windows machines because I don't have any way to cross-compile.
Some diagnostic information is constantly printed "T: time in seconds N: (next subtitle index) next subtitle time in seconds"
If you've read this far without being scared off and if you want, you can try it out (as is and at your own risk). If it's not obvious the app is 'run.exe' in the SubtitleViewer folder created by unpacking the Zip.
http://www.mediafire.com/download/wc62t1...Viewer.zip
If you are really brave and have Python3.3 installed you can try to run the script directly,
http://www.mediafire.com/download/yqgi7o...7jt/run.py
