.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. .TH SRT-FIXED-TIMESHIFT "1" "December 2022" "srt-fixed-timeshift 3.5.2" "User Commands" .SH NAME srt-fixed-timeshift \- SRT subtitle processing tool .SH DESCRIPTION usage: srt fixed\-timeshift [\-h] [\-\-input FILE] [\-\-output FILE] [\-\-inplace] .TP [\-\-no\-strict] [\-\-debug] [\-\-ignore\-parsing\-errors] [\-\-encoding ENCODING] \fB\-\-seconds\fR SECONDS .PP Shifts a subtitle by a fixed number of seconds. .SS "options:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-\-input\fR FILE, \fB\-i\fR FILE the file to process (default: stdin) .TP \fB\-\-output\fR FILE, \fB\-o\fR FILE the file to write to (default: stdout) .TP \fB\-\-inplace\fR, \fB\-p\fR modify file in place .TP \fB\-\-no\-strict\fR allow blank lines in output, your media player may explode .TP \fB\-\-debug\fR enable debug logging .TP \fB\-\-ignore\-parsing\-errors\fR, \fB\-c\fR try to keep going, even if there are parsing errors .TP \fB\-\-encoding\fR ENCODING, \fB\-e\fR ENCODING the encoding to read/write files in (default: utf8) .TP \fB\-\-seconds\fR SECONDS how many seconds to shift .SS "examples:" .IP Make all subtitles 5 seconds later .IP \f(CW$ srt fixed-timeshift --seconds 5\fR .IP Make all subtitles 5 seconds earlier .IP \f(CW$ srt fixed-timeshift --seconds -5\fR