2019-12-13 15:55:55 +08:00
|
|
|
# fast-srt-subtitle
|
2019-12-13 15:59:55 +08:00
|
|
|
Make SRT Caption Fast!!!! This is a fast and dirty javascript SRT caption tool.
|
|
|
|
|
2020-02-28 18:19:38 +08:00
|
|
|
* Copy all the files to a folder.
|
2019-12-13 15:59:55 +08:00
|
|
|
* Put video.mp4 in the same folder.
|
|
|
|
* Put transcription (newline separated) to subs.txt in the same folder.
|
2020-02-28 18:20:25 +08:00
|
|
|
* Open a node.js http-server in that folder. (Don't use Python's web server, which has video-seeking problem)
|
2020-02-28 18:19:38 +08:00
|
|
|
* Goto your local http-server in Firefox/Chrome/Safari.
|
2019-12-31 16:35:25 +08:00
|
|
|
* Controls:
|
2019-12-31 16:36:12 +08:00
|
|
|
* K: Timestamp this line's end time & next line's start time
|
|
|
|
* L: Timestamp this line's end time
|
|
|
|
* I: Scroll back one line
|
|
|
|
* O: Scroll forward one line
|
|
|
|
* U: Rewind 5 seconds
|
|
|
|
* P: Forward 5 seconds
|
|
|
|
* Q: Make SRT File
|
2019-12-13 15:59:55 +08:00
|
|
|
|
|
|
|
Enjoy.
|