MCPcopy Index your code

hub / github.com/davide97l/ai-video-generator / functions

Functions170 in github.com/davide97l/ai-video-generator

↓ 5 callersFunctionexecute_command
(command)
agent-video-generator/functions/splitVoiceMusic.py:84
↓ 4 callersFunctionwrite_txt_file
(content, path)
agent-video-generator/functions/UploadResultZipS3.py:89
↓ 3 callersFunctiondeciseconds_to_time_format
(ds: int)
agent-video-generator/functions/generateSrtFromJson.py:80
↓ 3 callersFunctionget_random_string
()
agent-video-generator/functions/AddCaptionsToVideoOpenCV.py:121
↓ 3 callersFunctionupload_to_aws
(filename: str)
agent-video-generator/functions/extractVideoAudioComponents.py:82
↓ 2 callersFunctionconvert_mp3_to_wav
(file_path, remove_original=True)
voice_clone/voice_clone_api/functions.py:55
↓ 2 callersFunctiondownload_file
(url: str, save_as: str)
agent-video-generator/functions/addSoundToVideo.py:70
↓ 2 callersFunctiondownload_file
(url, save_path)
agent-video-generator/functions/addTextToImage.py:117
↓ 2 callersFunctiondownload_file
(url, save_path)
agent-video-generator/functions/AddCaptionsToVideoOpenCV.py:116
↓ 2 callersFunctiondownload_file
(url, filename)
agent-video-generator/functions/addAudioSegmentsToVideo.py:88
↓ 2 callersFunctiondownload_file
(url, filename)
agent-video-generator/functions/AddCaptionsToVideoMoviepy.py:118
↓ 2 callersFunctiondownload_file
(url, filename)
agent-video-generator/functions/AddCaptionsToVideoFFMPEG.py:54
↓ 2 callersFunctiondownload_file
(url, path)
agent-video-generator/functions/UploadResultZipS3.py:80
↓ 2 callersFunctiongenerate_image
(prompt: str, width: int=1024, height: int=1024, model: str='sd', negative_prompt: str='')
agent-video-generator/functions/PromptImagesToVideo.py:226
↓ 2 callersFunctionget_random_string
()
agent-video-generator/functions/addTextToImage.py:122
↓ 2 callersFunctionget_random_string
()
agent-video-generator/functions/AudioTranscriptionToSentences.py:79
↓ 2 callersFunctionreduce_noise
(file_name)
voice_clone/voice_clone_api/functions.py:20
↓ 2 callersFunctionremove_file
(local_path: str)
agent-video-generator/functions/translateSrtFile.py:165
↓ 2 callersFunctiontime_to_seconds
(time_obj)
agent-video-generator/functions/AddCaptionsToVideoMoviepy.py:150
↓ 2 callersFunctionupload_to_aws
(filename: str)
agent-video-generator/functions/PromptImagesToVideo.py:173
↓ 2 callersFunctionupload_to_aws
(filename: str, bucket_path = None)
agent-video-generator/functions/addAudioSegmentsToVideo.py:107
↓ 2 callersFunctionupload_to_aws
(filename: str)
agent-video-generator/functions/splitVoiceMusic.py:64
↓ 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_punctuation
(input_str: str, event)
agent-video-generator/functions/transcribeAudio.py:117
↓ 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 callersFunctioncalculate_element_count
(text)
agent-video-generator/functions/generateAudioSegmentsFromJson.py:138
↓ 1 callersFunctionchange_file_extension
(filename, new_extension)
voice_clone/voice_clone_api/functions.py:64
↓ 1 callersFunctionclean
()
voice_clone/voice_clone_api/train.py:83
↓ 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 callersFunctionconcatenate_images
(event)
agent-video-generator/functions/PromptImagesToVideo.py:273
↓ 1 callersFunctionconvert_audio_to_wav
(file_path: str)
agent-video-generator/functions/preprocessTrainData.py:75
↓ 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 callersFunctioncount_words
(sentences)
agent-video-generator/functions/AudioTranscriptionToSentences.py:187
↓ 1 callersFunctioncreate_music
(prompt: str, duration: int=15, temperature: float=1, seed: int=-1)
agent-video-generator/functions/MusicGeneration.py:67
↓ 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 callersFunctioncrop_image
(image_path, new_width, new_height)
agent-video-generator/functions/PromptImagesToVideo.py:207
↓ 1 callersFunctiondelete_from_aws
(filename: str, bucket_path=None)
agent-video-generator/functions/addAudioSegmentsToVideo.py:123
↓ 1 callersFunctiondivide_string
(words, words2, split_all_punctuation=True)
agent-video-generator/functions/AudioTranscriptionToSentences.py:111
↓ 1 callersFunctiondownload_and_split_video
(url, download_path="")
agent-video-generator/functions/extractVideoAudioComponents.py:107
↓ 1 callersFunctiondownload_file
(url, save_path)
agent-video-generator/functions/PromptImagesToVideo.py:192
↓ 1 callersFunctiondownload_file
(url, filename)
agent-video-generator/functions/generateAudioSegmentsFromJson.py:107
↓ 1 callersFunctiondownload_file
(url: str)
agent-video-generator/functions/splitVoiceMusic.py:59
↓ 1 callersFunctiondownload_file
(url, save_path)
agent-video-generator/functions/AudioTranscriptionToSentences.py:74
↓ 1 callersFunctiondownload_file
(url: str, local_path: str)
agent-video-generator/functions/translateSrtFile.py:88
↓ 1 callersFunctiondownload_file
(url, filename)
agent-video-generator/functions/translateCaptionsJson.py:69
↓ 1 callersFunctiondownload_file
(url: str)
agent-video-generator/functions/preprocessTrainData.py:66
↓ 1 callersFunctiondownload_file
(url, filename)
agent-video-generator/functions/ConvertSrtToAss.py:84
↓ 1 callersFunctiondownload_file
(url, new_file_name)
agent-video-generator/functions/uploadYoutubeVideo.py:121
↓ 1 callersFunctiondownload_file
(url, filename)
voice_clone/voice_clone_api/functions.py:71
↓ 1 callersFunctiondownload_json
(url: str)
agent-video-generator/functions/PromptImagesToVideo.py:197
↓ 1 callersFunctiondownload_json
(url: str)
agent-video-generator/functions/generateSrtFromJson.py:60
↓ 1 callersFunctionexecute_command
(command)
agent-video-generator/functions/CommandsExecution.py:50
↓ 1 callersFunctionextract_reel_id
(url)
agent-video-generator/functions/extractVideoAudioComponents.py:71
↓ 1 callersFunctionfix_punctuation
(a_string: str, b_string: str)
agent-video-generator/functions/transcribeAudio.py:128
↓ 1 callersFunctionfix_text
(input_str: str, event)
agent-video-generator/functions/translateSrtFile.py:124
↓ 1 callersFunctiongenerate_audio
(captions, lang: str = 'en', translation_folder: str = 'translation_folder', enhance_sync: bool = True, event
agent-video-generator/functions/generateAudioSegmentsFromJson.py:198
↓ 1 callersFunctiongenerate_audio
(text: str, lang: str = 'en', voice_speed: float = 1.0, speaker: str = None)
agent-video-generator/functions/textToSpeech.py:115
↓ 1 callersFunctiongenerate_img_prompt
(input_str: str, event)
agent-video-generator/functions/PromptImagesToVideo.py:262
↓ 1 callersFunctiongenerate_music_prompt
(input_str: str, event)
agent-video-generator/functions/generateVideoScript.py:98
↓ 1 callersFunctiongenerate_paragraph_prompt
(input_str: str, event)
agent-video-generator/functions/generateVideoScript.py:88
↓ 1 callersFunctiongenerate_random_string
(length)
agent-video-generator/functions/cloneVoiceValleX.py:83
↓ 1 callersFunctiongenerate_srt
(subtitles: List[Dict[str, int]], min_length: int)
agent-video-generator/functions/generateSrtFromJson.py:91
↓ 1 callersFunctiongenerate_story_prompt
(input_str: str, event)
agent-video-generator/functions/generateVideoScript.py:78
↓ 1 callersFunctionget_captions_from_url
(url)
agent-video-generator/functions/generateAudioSegmentsFromJson.py:128
↓ 1 callersFunctionget_captions_from_url
(url)
agent-video-generator/functions/addAudioSegmentsToVideo.py:97
↓ 1 callersFunctionget_captions_from_url
(url)
agent-video-generator/functions/translateCaptionsJson.py:90
↓ 1 callersFunctionget_random_string
()
agent-video-generator/functions/transcribeAudio.py:72
↓ 1 callersFunctionget_random_string
()
agent-video-generator/functions/addSoundToVideo.py:77
↓ 1 callersFunctionget_sentence_time
(json_file_path, event, split_all_punctuation=True, add_punctuation=False)
agent-video-generator/functions/AudioTranscriptionToSentences.py:167
↓ 1 callersFunctionhighlight_words
(input_str: str, event)
agent-video-generator/functions/AddCaptionsToVideoMoviepy.py:155
↓ 1 callersFunctioninfer
(audio_url, dataset_name, config, clean_noise=False)
voice_clone/voice_clone_api/infer.py:11
↓ 1 callersFunctionis_stereo
(filename)
voice_clone/voice_clone_api/functions.py:10
↓ 1 callersFunctionllm_add_puntuaction
(input_str: str, event)
agent-video-generator/functions/AudioTranscriptionToSentences.py:157
↓ 1 callersFunctionmerge_subtitle_and_video
(subtitle_path: str, mp4_path: str, output_path: str)
agent-video-generator/functions/AddCaptionsToVideoFFMPEG.py:79
↓ 1 callersFunctionmodify_epochs
(file_path:str, new_epoch:int)
agent-video-generator/functions/setEpochInJsonFile.py:64
↓ 1 callersFunctionmodify_epochs
(file_path:str, new_epoch:int)
voice_clone/functions/set_epoch_in_json_config.py:21
↓ 1 callersFunctionn_split_str
(str_, n)
agent-video-generator/functions/AudioTranscriptionToSentences.py:184
↓ 1 callersFunctionpersonalize_text
(text: str, style: str, event)
agent-video-generator/functions/generateVideoScript.py:109
↓ 1 callersFunctionprepare_files
(event)
agent-video-generator/functions/UploadResultZipS3.py:120
↓ 1 callersFunctionpreprocess
(dataset_path: str, split_threshold: int = 12, f0_method='dio', clean_noise=False)
voice_clone/voice_clone_api/train.py:13
↓ 1 callersFunctionprocess_files
(dir_path: str, file_type: str)
agent-video-generator/functions/deleteFilesByExtension.py:37
↓ 1 callersFunctionprocess_files
(dir_path: str)
agent-video-generator/functions/deleteFolders.py:40
↓ 1 callersFunctionresize_image
(image_path, new_width, new_height)
agent-video-generator/functions/PromptImagesToVideo.py:202
↓ 1 callersFunctionrgb_to_hex
(rgb)
agent-video-generator/functions/AddCaptionsToVideoMoviepy.py:127
↓ 1 callersFunctionsplit_audio
(input_file, duration)
voice_clone/voice_clone_api/functions.py:38
↓ 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
↓ 1 callersFunctionsummarize_text
(input_str: str, event)
agent-video-generator/functions/generateAudioSegmentsFromJson.py:158
↓ 1 callersFunctiontrain
(dataset_name, config)
voice_clone/voice_clone_api/train.py:65
↓ 1 callersFunctiontranscribe_audio
(audio_path: str, lang: str, event)
agent-video-generator/functions/transcribeAudio.py:142
↓ 1 callersFunctiontranslate_captions
(captions, source_language, target_language)
agent-video-generator/functions/translateCaptionsJson.py:124
↓ 1 callersFunctiontranslate_text
(input_str: str, event)
agent-video-generator/functions/MindsflowAgent.py:43
↓ 1 callersFunctiontranslate_text
(text, source_language, target_language)
agent-video-generator/functions/translateTargetToSource.py:61
↓ 1 callersFunctiontranslate_text
(input_file_path: str, output_file_path: str, origin_lang: str, target_lang: str)
agent-video-generator/functions/translateSrtFile.py:94
↓ 1 callersFunctiontranslate_text
(text, source_language, target_language)
agent-video-generator/functions/translateCaptionsJson.py:100
↓ 1 callersFunctionupload_to_aws
(filename: str)
agent-video-generator/functions/transcribeAudio.py:80
↓ 1 callersFunctionupload_to_aws
(filename: str)
agent-video-generator/functions/addSoundToVideo.py:84
↓ 1 callersFunctionupload_to_aws
(filename: str)
agent-video-generator/functions/generateVoiceVits.py:78
↓ 1 callersFunctionupload_to_aws
(filename: str)
agent-video-generator/functions/generateVideoScript.py:60
↓ 1 callersFunctionupload_to_aws
(filename: str)
agent-video-generator/functions/setEpochInJsonFile.py:50
next →1–100 of 170, ranked by callers