From db03e49736ad248f719a98ead65a710886605bbc Mon Sep 17 00:00:00 2001 From: Wiwi Kuan Date: Thu, 18 Feb 2021 20:01:46 +0800 Subject: [PATCH] Update README.md --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 91003fd..3e8aae2 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,13 @@ # fast-srt-subtitle 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 transcription (newline separated) to subs.txt in the same folder. -* Open a node.js http-server in that folder. (Don't use Python's web server, which has video-seeking problem) -* Goto your local http-server in Firefox/Chrome/Safari. * Controls: * 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 + * U: Rewind 2 seconds + * P: Forward 2 seconds * Q: Make SRT File Enjoy.