https://github.com/pratikpc/srtparser
Modern C++ Parser to Parse SRT Files. Also serves as Test Repo for work with Yield Based Co Routines
https://github.com/pratikpc/srtparser
srt-parser
Last synced: 10 months ago
JSON representation
Modern C++ Parser to Parse SRT Files. Also serves as Test Repo for work with Yield Based Co Routines
- Host: GitHub
- URL: https://github.com/pratikpc/srtparser
- Owner: pratikpc
- License: mit
- Created: 2019-05-21T11:59:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T17:53:54.000Z (about 7 years ago)
- Last Synced: 2025-04-05T21:17:10.189Z (about 1 year ago)
- Topics: srt-parser
- Language: C++
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SRTParser
Modern C++ Parser to Parse SRT Files.
Also serves as Test Repo for work with Yield Based Co-Routines.
Compiled using Microsoft Visual Studio
# Dependencies
[Howard Hinnant's Date](https://github.com/HowardHinnant/date)
Compiler with CoRoutines/Generators Support
# Missing
Add Support to take user input and modify SRT Files
by changing time offsets