NAME

adjust-srt - adjust SRT timings and strip HTML tags (if necessary)

SYNOPSIS

adjust-srt [options] input.srt

  Options:
    --overwrite:  overwrite the existing .srt file
    --timing:     syncronize the timing
    --strip-tags: Strip HTML tags in the subtitles

adjust-srt --timing +1.2 --overwrite foo.srt
    Delays the subtitle 1.2 seconds and overwrite the existent foo.srt

adjust-srt --strip-tags --timing -3 foo.srt
    Delays the subtitle -3 seconds and strip any HTML tags contained