https://github.com/Jeff-Tian/ass
在线视频字幕文件(ASS)编辑器 Online video subtitle (ASS) editor
https://github.com/Jeff-Tian/ass
advanced-substation ass editor video-subtile
Last synced: about 1 year ago
JSON representation
在线视频字幕文件(ASS)编辑器 Online video subtitle (ASS) editor
- Host: GitHub
- URL: https://github.com/Jeff-Tian/ass
- Owner: Jeff-Tian
- License: other
- Created: 2018-07-26T09:23:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T07:18:09.000Z (about 2 years ago)
- Last Synced: 2024-08-01T18:32:40.920Z (almost 2 years ago)
- Topics: advanced-substation, ass, editor, video-subtile
- Language: JavaScript
- Homepage: https://ass-editor.js.org
- Size: 8.69 MB
- Stars: 56
- Watchers: 4
- Forks: 13
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 在线视频字幕(ASS)编辑器
[立即访问](https://ass-editor.js.org)。
[](https://996.icu)
[](https://github.com/996icu/996.ICU/blob/master/LICENSE)
[](https://travis-ci.com/Jeff-Tian/ass)
[](https://github.com/Jeff-Tian/ass)
## 说明
本站点使用 `gatsby` 框架构建。关于字幕编辑,依赖如下 npm 包:
- [weizhenye](https://github.com/weizhenye) 的 [ASS](https://github.com/weizhenye/ASS)
- [Jeff Tian](https://github.com/Jeff-Tian) 的 [ASS Serialize](https://github.com/Jeff-Tian/ass-serialize)
API 使用 GraphQL 调用 https://graphcdn.pa-ca.me/ (https://stellate.co/app/jeff-tian/demo-productive-steel/settings/dev-portal) ,源码在 https://github.com/Jeff-Tian/serverless-space 。
## 本地开发:
```bash
git clone https://github.com/Jeff-Tian/ass
cd ass
yarn
# 注意,仅仅运行 gatsby develop 有时 HMR 会不工作
yarn develop
open http://localhost:8000
```
## 待做事项:
- [ ] 使用 grid 代替 semantic table
- [ ] 利用 ASR 技术,自动生成字幕文件,再在这个基础上进行编辑
- [ ] 修改某一行时,自动跳转到视频相应的时间段播放预览
- [ ] 修改视频(选择本地文件,或者直接粘贴视频链接)
- [ ] 修改 ASS 文件元信息
- [ ] 特效的可视化编辑器
- [ ] 播放视频时,自动选择应该编辑的行
- [ ] 扩展 [weizhenye](https://github.com/weizhenye) 的 [ASS](https://github.com/weizhenye/ASS) 支持更多特效
## Star History
[](https://star-history.com/#Jeff-Tian/ass&Date)