7df6c3ac912feff634942edf76213e1a850a66d1

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` ……
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.
Languages
JavaScript
77.5%
HTML
22.5%