MCPcopy Create free account

hub / github.com/169/intelli-video / functions

Functions33 in github.com/169/intelli-video

↓ 4 callersFunctionformat_timestamp
( seconds: float, )
core/utils.py:9
↓ 4 callersFunctiontranscribe
( audio: str, language: str = "en", model_name: str = WHISPER_MODEL )
core/audio.py:33
↓ 3 callersFunctionbatched
(iterable, n)
core/utils.py:69
↓ 3 callersFunctiondownload
(url: str)
core/downloader.py:28
↓ 3 callersFunctiongenerate_audio
(video: str | Path, suffix=".mp3")
core/audio.py:170
↓ 3 callersFunctiongenerate_video
( video: str | Path, vtts: list[list[str]], output_dir: str )
core/video.py:24
↓ 3 callersFunctionparse_vtt
(text: str)
core/utils.py:97
↓ 3 callersMethodtranscribe
( self, audio: str, response_format: Literal["vvt", "srt"] = Literal["vtt"], # type:
core/client.py:37
↓ 2 callersFunction_write_vtt
(transcript: list[dict | Segment], vtt_filename: str)
core/utils.py:37
↓ 2 callersFunctionassign_texts
(text_map: dict, texts: list[str])
core/utils.py:116
↓ 2 callersFunctiongenerate_subtitle
( audio: str, method: str, language: str, format: str, output_directory: str, model_na
core/audio.py:46
↓ 2 callersFunctiongenerate_vtt
(audio: str, bilingual: str, subtitles: str)
core/audio.py:99
↓ 2 callersFunctionget_seconds
(time_str: str)
core/utils.py:92
↓ 2 callersFunctionrender_translate_prompt
(content: str, other_language: str)
core/prompts.py:13
↓ 2 callersMethodtranslate
(self, prompt)
core/client.py:20
↓ 2 callersFunctionwrite_bilingual_vtt
(transcript: list[dict], audio: str)
core/utils.py:50
↓ 2 callersFunctionwrite_vtt
( transcript: list[dict | Segment], audio: str, language: str | None = None )
core/utils.py:27
↓ 1 callersFunctioncheck_fallback_to_openai
(text_map: dict, texts: list[str])
core/utils.py:78
↓ 1 callersFunctioncli
`vt` is a tool for adding subtitle to videos and generating videos in other languages.
main.py:50
↓ 1 callersFunctiongenerate_vtt_from_api
( audio: str, title_language: str, other_language: str )
core/audio.py:73
↓ 1 callersFunctionget_current_vtt_content
()
webui.py:124
↓ 1 callersFunctionmake_recording_widget
(f)
webui.py:47
Method__init__
(self, *args, **kwargs)
main.py:16
Method__init__
(self)
core/client.py:13
Functiongenerate_callback
()
webui.py:179
Methodhandle_parse_result
(self, ctx, opts, args)
main.py:28
Functionlocal
(path, output, bilingual, subtitles)
main.py:121
Functionpreview_callback
()
webui.py:164
Functionsave_callback
()
webui.py:156
Functionsubtitle
(path, output, language, model, method, format)
main.py:84
Functionsubtitle_callback
(path: str)
webui.py:138
Functionweb
(url, output, bilingual, subtitles)
main.py:153
Functionwrapper
(label, *args, **kwargs)
webui.py:48