MCPcopy Create free account

hub / github.com/RafaelGodoyEbert/ViralCutter / functions

Functions122 in github.com/RafaelGodoyEbert/ViralCutter

Functionload_transcription_for_editor
Loads `final-outputXXX_processed.json` and flattens it for the Dataframe editor. Returns a list of lists: [[Start, End, Text], ...]
webui/subtitle_editor.py:34
Functionon_select_project
(proj_name)
webui/app.py:817
Functionon_source_change
(source)
webui/app.py:408
Functionprogress_hook
(d)
scripts/download_video.py:24
Functionrefresh_local_models
()
webui/app.py:471
Functionrefresh_projects
()
webui/library.py:35
Functionrender_all
(proj_name, use_custom, font_name, font_size, font_color, highlight_color, outline
webui/app.py:757
Functionrender_preview_video
(font, size, color, highlight, outline, outline_thick, shadow, shadow_sz, bold, italic, upper,
webui/subtitle_handler.py:410
Functionrender_single
(json_path, use_custom, font_name, font_size, font_color, highlight_color, outl
webui/app.py:707
Functionrender_specific_video
1. Regenerate ASS for this specific JSON file. 2. Burn ASS into the corresponding Video file.
webui/subtitle_editor.py:171
Functionrun_viral_cutter
(input_source, project_name, url, video_file, segments, viral, themes, min_duration, max_duration, model, ai_b
webui/app.py:181
Functionsafe_load
(*args, **kwargs)
scripts/transcribe_video.py:32
Functionsave_editor_changes
Reconstructs the complex JSON from the simplified Dataframe edits. Smartly redistributes word timestamps if text content changed.
webui/subtitle_editor.py:62
Functionsave_subs
(json_path, df)
webui/app.py:699
Functionsave_viral_segments
(segments_data=None, project_folder="tmp")
scripts/save_json.py:4
Functionset_url_mode
(mode)
webui/library.py:21
Functionsort_score
(f)
scripts/edit_video.py:831
Functiontranscribe
(project_folder="tmp")
scripts/transcribe_cuts.py:7
Functiontranscribe
(input_file, model_name='large-v3', project_folder='tmp')
scripts/transcribe_video.py:176
Functiontranslate_project_subs
Translates all _processed.json files in the 'subs' folder of the project. Creates a backup of the original as _original.json.
scripts/translate_json.py:266
Functionupdate_ai_ui
(backend)
webui/app.py:439
Functionupdate_file_list
(proj_name)
webui/app.py:681
← previous101–122 of 122, ranked by callers