Srt parser composer // Pietro [Open Source]
Last updated
Last updated
A paragraph describing in a nutshell what the project does. Context and relevance.
A couple of modules to parse and generate srt files. No external dependencies needed.
parse an srt file or srt string (content of an srt file) into a json or plain text.
create an srt file from json
parse an srt file into a csv file.
eg, prototype, working app, rolled out with users etc..
What are the things that are currently most challenging for your project?
Could do with a refactor with some design patterns. And add some tests.
Any components you'd like to abstract/share/open source?
Github repo for the project if open source
Link to site, demo (and/or video)
eg github project page or README where can find out more
Eg programming languages, frameworks etc..
Javascript
People working on this project
Pietro Passarelli
Node module,
Parts of this ( converting srt to word accurate json) was original extracted from hyperaudio who originally took it from popcornjs srt parser.
The module also makes a word accurate transcription json from an srt file. Using code extracted from popcornjs srt module