From 753976bd4bdd33609c3bc9c64c2cf628d368633f Mon Sep 17 00:00:00 2001 From: Wiwi Kuan Date: Fri, 28 Feb 2020 18:20:25 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed44c77..91003fd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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. +* 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