vivysub_utils 0.0.6 copy "vivysub_utils: ^0.0.6" to clipboard
vivysub_utils: ^0.0.6 copied to clipboard

outdated

.ass/ssa subtitle tools, made for vivysub.app

VivySub Utils #

Parse and decode .ass/ssa subtitles

final content = await File('test.ass').readAsString();
final assParser = AssParser(content: content);

final metadata = assParser.getMetadata();
final comments = assParser.getComments();
final dialogs = assParser.getDialogs();
final sections = assParser.getSections();
final sections = assParser.getStyles();
1
likes
0
points
9
downloads

Publisher

verified publishervivysub.app

Weekly Downloads

.ass/ssa subtitle tools, made for vivysub.app

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, undo

More

Packages that depend on vivysub_utils