lovasoa / srtmove-js

Short javascript program with an HTML interface to move subtitles (add or remove time) to an existing srt file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

srtmove-js

Online version

An online version is hosted on the github pages of this project: http://lovasoa.github.io/srtmove-js/srtmove.html (in french)

Technical informations

All the work is done on the client side, so the page also works offline.

The file is read with File API in javascript, and saved with the download attribute of the html anchor element.

SRT file format

1
00:00:01,000 --> 00:00:01,210
This subtitle has two lines
And will appear during 210 milliseconds

(see SRT file format informations on wikipedia http://en.wikipedia.ork/wiki/subrib)

About

Short javascript program with an HTML interface to move subtitles (add or remove time) to an existing srt file.

License:GNU Lesser General Public License v3.0


Languages

Language:JavaScript 72.4%Language:CSS 27.6%