@@ -4,15 +4,24 @@ It's quite painful to make TimeLines for videos. In recent years, YouTube had de
44## Usage
55Download VTT Auto-subtitles using youtube-dl. Find more: https://rg3.github.io/youtube-dl/ <br />
66VTT Usage: youtube-dl --skip-download --write-auto-sub --sub-format vtt http://youtube.com/xxxx <br />
7- XML Usage: Openup a YouTube video, then Press F12, type timedtext, then download the file. <br />
7+ ** Recommended ** XML Usage: youtube-dl --skip-download --write-auto-sub --sub-format srv3 http://youtube.com/xxxx <br />
88<br />
9- Once loaded, click the loaded words, which will be the last one in a sentance .<br />
9+ Drag auto-sub file to main window. Once loaded, click any word, a verticle red line will appear, which indiates a new line .<br />
1010<br />
11- If you find this useful, please consider supporting me. Alipay: xbox2xbox#gmail.com<br />
12- My website is http://sofronio.cn , and the latest version will be there. Have a good day.<br />
11+
12+ ## Auto line separation support Usage
13+ Download beatshow-player-setup-0.3.0-temp.exe at https://www.wenshushu.cn/box/46h1lj5pgjw
14+ Drag your mp4 video file to the exe, a json file will appear at the same path of your video.
15+ Drag the json file to the corresponding text field, click button on the right.
16+ Use the slider to adjuest effect.
17+ Thanks to [ @wudicgi ] ( https://github.com/wudicgi )
1318
1419## Change log
1520
21+ ### v.0.0.4.0
22+ Add auto line separation support
23+ Fix xml support
24+
1625### v.0.0.3.5
1726Fix missing words before domain .com
1827
0 commit comments