Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opportunityliu/ass-loader
Ass Loader is a library based on .NET to parse, modify and serialize Advanced Substation Alpha format (*.ass file).
https://github.com/opportunityliu/ass-loader
advanced-substation ass dotnet substation subtitle subtitles-parsing
Last synced: 3 months ago
JSON representation
Ass Loader is a library based on .NET to parse, modify and serialize Advanced Substation Alpha format (*.ass file).
- Host: GitHub
- URL: https://github.com/opportunityliu/ass-loader
- Owner: OpportunityLiu
- License: apache-2.0
- Created: 2017-04-01T05:16:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T03:07:53.000Z (about 5 years ago)
- Last Synced: 2024-10-02T18:46:11.522Z (3 months ago)
- Topics: advanced-substation, ass, dotnet, substation, subtitle, subtitles-parsing
- Language: C#
- Homepage:
- Size: 12.3 MB
- Stars: 13
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ass-Loader
Ass Loader is a library based on .NET to parse, modify and serialize Advanced Substation Alpha format (`*.ass` file).
[![NuGet](https://img.shields.io/nuget/v/Opportunity.AssLoader.svg)](https://www.nuget.org/packages/Opportunity.AssLoader/)
[![Build status](https://ci.appveyor.com/api/projects/status/ga0fd7xxym6b6msf?svg=true)](https://ci.appveyor.com/project/OpportunityLiu/ass-loader)## References
* [Sub Station Alpha v4.00+ Script Format](https://raw.githubusercontent.com/OpportunityLiu/Ass-Loader/master/ass-specs.doc)
* [SubStation Alpha From Wikipedia](https://en.wikipedia.org/wiki/SubStation_Alpha)
* [SubStation Alpha From MultimediaWiki](http://wiki.multimedia.cx/index.php?title=SubStation_Alpha)