Skip to content

哔哩哔哩 CC 字幕 JSON 转 SRT 格式

License

Notifications You must be signed in to change notification settings

uzxn/bilicc-json2srt.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

bilicc-json2srt.py

哔哩哔哩 CC 字幕 JSON 转 SRT 格式

使用方法

将 json2srt.py 和要转换的 JSON 文件放在同一个文件夹下,然后运行。

转换前:

XXdir
  |-- json2srt.py
  |-- foo.json
  '-- bar.json

转换后:

XXdir
  |-- json2srt.py
  |-- foo.json
  |-- bar.json
  |-- foo.srt
  '-- bar.srt

哔哩哔哩 JSON 字幕格式

{
  "body": [
    {
      "content": "CONTENT", // 字幕内容
      "from": START_SECOND.START_MILLISECOND, // 字幕开始时间(秒数.毫秒数)
      "location": 2,
      "to": END_SECOND.END_MILLISECOND // 字幕结束时间(秒数.毫秒数)
    },
    ...
  ]
}

About

哔哩哔哩 CC 字幕 JSON 转 SRT 格式

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages