KO
|
EN
gitlite — search
Search
#python
#golang
#template
#kotlin
#nextjs
#typescript
#ai
#go
#llm
#deep-learning
#android
#database
vid2ass
★ 13
Open GitHub ↗
converts video to .ass subtitles
Download README (.md)
Explore Similar Repositories
Prass
:
Console processor for ASS subtitles
BDMatch
:
An automatic subtitle shifter from a video to another. 将字幕由一个视频匹配到另一个的自动时间轴平移工具。
ST-ASS
:
ASS/SSA subtitles syntax highlight for Sublime Text.
SubFontManager
:
Font subsetting and embedding tool for ASS/SSA subtitles.
MeteorX.ASS.Effects.Related
:
The ASS subtitle special effects generating tool, super awesome effects!!! Made by MeteorX!!!
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
vid2ass
?
Download (.md)
<div align="center"> # vid2ass Convert videos to colored .ass subtitles [](https://www.youtube.com/watch?v=kMX65vN0Lxg) https://www.youtube.com/watch?v=kMX65vN0Lxg </div> # Requirements - [jp2a](https://github.com/cslarsen/jp2a) - [node.js](https://nodejs.org/en/) # Usage First, open up `config.json` and modify any values if required. ```json { "font": { "size": 10, "name": "Arial" }, "video": { "video_name": "video.mp4", "fps": 4, "width": "50", "height": "15" }, "start_at": 0 } ``` Place your video in the provided location, then run `node write_sub`; Profit :+1: # License This project is distributed under the MIT License. See `LICENSE` for more information.