Skip to content

Wst-04d12/lua_srt_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Lua_srt_parser

A simple srt subtitle parser implemented by Lua

The main function parse_srt can be modified to suit other scenarios, it basically works as a SRT parser and returns the parsed table.
The rest part of the returns from the parse_srt are used in the scenarios that your SRT not begins with the index 1 and still needed to be processed furtherly. That let you knows the index range, for example from 100 to 200, of your incomplete SRT file.

About

A simple srt subtitle parser implemented by Lua

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages