YouTubeTimeLineGenerator icon indicating copy to clipboard operation
YouTubeTimeLineGenerator copied to clipboard

Generate ASS subtitle timeline and content by clicking on YouTube VTT Auto-subs

Results 5 YouTubeTimeLineGenerator issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

https://github.com/Sofronio/YouTubeTimeLineGenerator/blob/master/YouTubeTimeLineGenerator/Form1.cs#L566 看到v0.0.4.0里面似乎会使用BeatShowCore这个程序生成的json文件来自动分句,比较好奇这个BeatShowCore程序是按照什么原理来生成的json文件,以及这个程序哪里可以下载到。

https://github.com/ytdl-org/youtube-dl/issues/27315 最近youtube-dl下vtt格式的自动字幕好像不太好使 & 控制台搜timedtext只能搜到json格式的自动字幕,可以考虑增加一下json格式的支持 代码可参考:https://github.com/BingLingGroup/autosub/blob/dev/autosub/sub_utils.py#L279-L306 一个典型的json格式的自动字幕文件:[20201204-59WQIRvezzI.zip](https://github.com/Sofronio/YouTubeTimeLineGenerator/files/5720397/20201204-59WQIRvezzI.zip)

之前好像解决过了 但现在又出现了 确定用的是0.0.3.5版本 还请大佬修复一下