An open API service indexing awesome lists of open source software.

https://github.com/lovasoa/srtmove-js

Short javascript program with an HTML interface to move subtitles (add or remove time) to an existing srt file.
https://github.com/lovasoa/srtmove-js

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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)