PDA

View Full Version : Online SRT converter/calculator


avih
27th February 2009, 00:21
Hi,

I've created a simple online srt converter (pure javascript), which can apply a delay and a multiplication factor to an existing srt file.

It can also calculate those from an existing srt file with the user indicating the srt text position and the actual clip text position (on 2 places) and also suggest common framerate conversion factors if the calculated factor is similar to a known ratio (i.e. from the rates 23.97, 24, 25, 29.97).

Sorry for the ugly presentation, I just scratched an itch, and it worked...

Your feedback is welcome.

http://smoothwheel.mozdev.org/srt-converter.html

Enjoy :)

avih
1st March 2009, 03:04
Hmm.. I found another such online converter with similar functionality, if not slightly better (except for my calculator, which is simple enough yet quite useful): http://altyazi.sleytr.net/

Too bad I didn't find it before I wrote my solution. Still.. it was fun...