Skip to content

ad2017gd/vid2ass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vid2ass

Convert videos to colored .ass subtitles

image

https://www.youtube.com/watch?v=kMX65vN0Lxg

Requirements

Usage

First, open up config.json and modify any values if required.

{
 "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 👍

License

This project is distributed under the MIT License. See LICENSE for more information.

About

converts video to .ass subtitles

Topics

Resources

License

Stars

13 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors