
SubTimer
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
SubTimer is an easy-to-use subtitle editor based on SubStation Alpha, an abandoned freeware project for Windows. It features simple editing (cut, copy, paste, line split and merge, insert and delete), time shifting for shifting a range of subtitles by a specified amount of time, timing based on an audio file (the audio wave is displayed on the screen, and the user can pick the start and end times by clicking on it) and UniCode support. It supports Substation Alpha (srt), SubRip (ssa), and plain text subtitle formats.
ierton
13 years ago
Also, installation procedure is too ugly.
Report
logixoul
14 years ago
wavewidget.cc:131: error: ‘pow’ is not a member of ‘std’
How can I fix this?
Report
vukung
15 years ago
What compiler are you using? With gcc 3.3.3 there should be no problems, but this include should fix it.
Thank you for your comment.
Report
SWaN
15 years ago
In file included from main.cc:27:
subtimerwnd.hh:605: error: syntax error before `;' token
make[1]: *** [main.o] Error 1
Report