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.
- Host: GitHub
- URL: https://github.com/lovasoa/srtmove-js
- Owner: lovasoa
- License: lgpl-3.0
- Created: 2014-01-27T19:01:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-28T11:17:07.000Z (almost 12 years ago)
- Last Synced: 2025-04-03T10:22:04.392Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)