File size: 470 Bytes
e698260
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3179a73
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

def get_title():
    return input_file[:-4]


input_file = ""
audio_file = "input.wav"
transcribe_file = "transcribe.txt"
subtitle_file = "subtitle.srt"
transcribe_adjusted_file = "transcribe_adjusted.txt"
subtitle_adjusted_file = "subtitle_adjusted.srt"
video_subtitle_file = f"output_{get_title()}.mp4"

start_time_for_adjustment = "00:00:00"
end_time_for_adjustment = "00:10:00"

sample_groups_json = "sample_groups.json"
speaker_groups_json = "speaker_groups.json"