def cut_subtitles(input_path, output_path, start_time, end_time): Cuts a section from an SRT subtitle file. :param input_path: Path to the input SRT file. :param output_path: Path where the output SRT ...