Scroll to navigation

SRT-NORMALISE(1) User Commands SRT-NORMALISE(1)

NAME

srt-normalise - SRT subtitle processing tool

DESCRIPTION

usage: srt normalise [-h] [--input FILE] [--output FILE] [--inplace] [--debug]

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

Takes a badly formatted SRT file and outputs a strictly valid one.

options:

show this help message and exit
the file to process (default: stdin)
the file to write to (default: stdout)
modify file in place
enable debug logging
try to keep going, even if there are parsing errors
the encoding to read/write files in (default: utf8)

examples:

Normalise a subtitle
$ srt normalise -i bad.srt -o good.srt
June 2023 srt-normalise 3.5.3