diff options
| author | Jeremy Hansen <jebrhansen+SBo@gmail.com> | 2023-06-17 08:28:22 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-17 08:28:22 +0700 |
| commit | 88982a7ee4560dea5afeb28ef3229e9edea5b1e9 (patch) | |
| tree | 0f3f6d9db9a7382941d29b8bcf04486336667983 /python/python3-pysrt/README | |
| parent | 402b5de4c6c1f5a7dbd57f42fd87e4d14a3cadef (diff) | |
python/python3-pysrt: Added (Parser for srt files).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pysrt/README')
| -rw-r--r-- | python/python3-pysrt/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python3-pysrt/README b/python/python3-pysrt/README new file mode 100644 index 0000000000..c1420ce9d7 --- /dev/null +++ b/python/python3-pysrt/README @@ -0,0 +1,9 @@ +python3-pysrt (Python parser for SubRip (srt) files) + +pysrt is a Python library used to edit or create SubRip files. + +pysrt is mainly designed as a library, but if you are experiencing +troubles with bad subtitles you can first try to use ruby-osdb which +will try to find the best subtitle for your movie. If you are still +unlucky pysrt also provide an srt command useful for either shift, +split, or rescale a .srt file. |
