From 88982a7ee4560dea5afeb28ef3229e9edea5b1e9 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Sat, 17 Jun 2023 08:28:22 +0700 Subject: python/python3-pysrt: Added (Parser for srt files). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pysrt/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python/python3-pysrt/README (limited to 'python/python3-pysrt/README') 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. -- cgit v1.2.3