logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

srt-play - SRT subtitle processing tool

Description

       usage: srt play [-h] [--input FILE] [--no-strict] [--debug]

              [--ignore-parsing-errors] [--encoding ENCODING]

       Play subtitles with correct timing to stdout.

   options:-h, --help
              show this help message and exit

       --input FILE, -i FILE
              the file to process (default: stdin)

       --no-strict
              allow blank lines in output, your media player may explode

       --debug
              enable debug logging

       --ignore-parsing-errors, -c
              try to keep going, even if there are parsing errors

       --encoding ENCODING, -e ENCODING
              the encoding to read/write files in (default: utf8)

   examples:
              Play a subtitle

              $ srt play -i foo.srt

srt-play 3.5.3                                      June 2023                                        SRT-PLAY(1)

Name

       srt-play - SRT subtitle processing tool

See Also