Update README.md

This commit is contained in:
Wiwi Kuan
2020-02-28 18:19:38 +08:00
committed by GitHub
parent 7e9c79a0d6
commit 68d68f934c

View File

@@ -1,10 +1,11 @@
# fast-srt-subtitle # fast-srt-subtitle
Make SRT Caption Fast!!!! This is a fast and dirty javascript SRT caption tool. Make SRT Caption Fast!!!! This is a fast and dirty javascript SRT caption tool.
* Copy all the files to a folder.
* Put video.mp4 in the same folder. * Put video.mp4 in the same folder.
* Put transcription (newline separated) to subs.txt in the same folder. * Put transcription (newline separated) to subs.txt in the same folder.
* Open a web server * Open a node.js http-server in that folder.
* Run index.html in Firefox (not Chrome) * Goto your local http-server in Firefox/Chrome/Safari.
* Controls: * Controls:
* K: Timestamp this line's end time & next line's start time * K: Timestamp this line's end time & next line's start time
* L: Timestamp this line's end time * L: Timestamp this line's end time