user670 7df6c3ac91 Create start_server_windows.bat
A `.bat` file for Windows users to automatically run server in current directory and then open a browser page of the server.

A similar function should be able to achieve in Mac/Linux via a `.sh` file, but I don't have the environment to test and I don't know the syntax of said files. I hope some people can make that a thing...

一个用于Windows,可以自动在当前目录启动server并打开浏览器页面的 `.bat` 脚本。

类似的功能应该可以用 `.sh` 文件在Mac/Linux上实现,但是我既没有对应的环境用来测试,也不知道这种文件的语法。希望有人能做出来这个 `.sh` ……
2020-03-14 18:38:44 +08:00
2020-02-28 18:21:16 +08:00
2019-12-13 15:56:36 +08:00
2019-12-13 15:56:36 +08:00
2020-02-28 18:20:25 +08:00
2020-02-28 18:21:16 +08:00

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
    • Q: Make SRT File

Enjoy.

Description
Make SRT Caption Fast!!!!
Readme GPL-3.0 736 KiB
Languages
JavaScript 77.5%
HTML 22.5%