0.4.0 • Published 6 years ago

ass-restyler v0.4.0

Weekly downloads
14
License
MIT
Repository
github
Last release
6 years ago

npm

ass-restyler

Build Status Dependency Status

Transform SSA/ASS subtitle styles on the command line.

Example

Bring Default style to middle of the screen and adjust font size:

$ ass-restyler Default:MarginV=335 Default:Fontsize+=10 input.ass >output.ass

CLI

ass-restyler [clause]... [file]
ass-restyler -i [clause]... [file]...

Reads SSA/ASS subtitles from files or stdin and outputs transformed SSA/ASS. With -i, writes transformed subtitles back to the original files, otherwise writes to stdout.

Clauses:

  • Style:Attribute=Value
  • Style:Attribute+=Value (if it makes sense for the attribute)
  • Style:Attribute-=Value (if it makes sense for the attribute)
  • Style:Attribute*=Value (if it makes sense for the attribute)

References

Install

npm install ass-restyler -g

License

MIT

0.4.0

6 years ago

0.3.0

8 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago