SYMBOL INDEX (14 symbols across 3 files) FILE: reelsfy.py function download_video (line 20) | def download_video(url, filename): function generate_segments (line 29) | def generate_segments(response): function generate_short (line 50) | def generate_short(input_file, output_file): function generate_viral (line 176) | def generate_viral(transcript): # Inspiredby https://github.com/NisaarAg... function generate_subtitle (line 207) | def generate_subtitle(input_file, output_folder, results_folder): function generate_transcript (line 212) | def generate_transcript(input_file): function __main__ (line 225) | def __main__(): FILE: utils/auto-subtitle/auto_subtitle/cli.py function main (line 10) | def main(): function get_audio (line 75) | def get_audio(paths): function get_subtitles (line 94) | def get_subtitles(audio_paths: list, output_srt: bool, output_dir: str, ... FILE: utils/auto-subtitle/auto_subtitle/utils.py function str2bool (line 5) | def str2bool(string): function format_timestamp (line 16) | def format_timestamp(seconds: float, always_include_hours: bool = False): function write_srt (line 33) | def write_srt(transcript: Iterator[dict], file: TextIO): function filename (line 45) | def filename(path):