↓ 1 callersFunctionadd_background_music(video_file_path: str, audio_file_path: str, output_file_path: str, repeat_audio: bool=True, pause: float=1.0,
agent-video-generator/functions/addSoundToVideo.py:105
↓ 1 callersFunctionadd_captions(video_path, json_file_path, border_size=2, border_color='black', text_color='white',
font_si
agent-video-generator/functions/AddCaptionsToVideoOpenCV.py:158
↓ 1 callersFunctionadd_title_to_img(image_path, caption, outfile='out.jpg', border_size=2, border_color='black', text_color='white',
agent-video-generator/functions/addTextToImage.py:165
↓ 1 callersFunctioncombine_video_audio(video_path: str, captions, audio_folder: str, api_data: dict, voice_clone_url: str, use_original_voice: bool
agent-video-generator/functions/addAudioSegmentsToVideo.py:139
↓ 1 callersFunctionconvert_srt_to_ass(srt_path: str, ass_path: str, fontname='Arial', fontsize=16, marginl=10, marginv=10, marginr=10, outline=0, s
agent-video-generator/functions/ConvertSrtToAss.py:110
↓ 1 callersFunctioncreate_subtitle_clips(subtitles, videosize, fontsize=24, font='fonts/Caveat.ttf', color='yellow', bg_color='black', border_size=1.5
agent-video-generator/functions/AddCaptionsToVideoMoviepy.py:167
↓ 1 callersFunctionsplit_text(input_file_path, output_file_path: str, source_lang: str, target_lang: str, new_line_after: int = 15, show_ta
agent-video-generator/functions/translateSrtFile.py:103