-
-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for WebVTT and MicroDVD #462
Comments
@Toilal @wackou: I want to create my own robust subtitle parser and will likely create a new library for that that handles various formats. I saw various tools such as pyparsing, PLY, pyPEG and parsimonious. Ideas are welcome 🍥 |
Do you have examples and/or specs for those formats ? Rebulk can be used for "short input" and "pseudo-natural" language. I don't think it's the write tool to parse a structured file. It's designed to define patterns (string, regex or functional) than will be scanned in the whole input string, retrieve consistent match objects from those different type of patterns, and filter out false positives with rules implying relations between those matches. I've never used mentioned parsers in python sorry :) |
You can find examples here: |
Will require to switch to pycaption for validationNot compatible with python 3, abandoned project?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: