Metadata-Version: 2.1
Name: srtseg
Version: 0.2.0
Summary: Extend srt by splitting the videos
Home-page: https://github.com/jianshuo/srtseg
Author: Jianshuo Wang
Author-email: Jianshuo Wang <jianshuo@hotmail.com>
Project-URL: Homepage, https://github.com/jianshuo/srtseg
Project-URL: Issues, https://github.com/jianshuo/srtseg/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# srtseg

Extend srt lib and allow video to be segmented according to subtitle. Also provide m3u8, webttv etc

The simplest file format is .srt, and it can be handled pretty well with srt lib.
srtseg provides the additional feature on top of srt:

- Get duration of each video (cut in the middle of the space between two subtitle)
- Segment selection
- M3U8 export
- WebVTT export
