Translate the video from one language to another and embed dubbing & subtitles.
This report presents the forensic synthetic code analysis of jianchang512/pyvideotrans, a Python project with 18,316 GitHub stars. SynthScan v2.0 examined 70,807 lines of code across 458 source files, recording 1058 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 18.8 places this repository in the Moderate AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 1058 distinct pattern matches across 11 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | webui.py | 68 | def _load_settings() -> dict: | CODE |
| MEDIUM | webui.py | 155 | def _load_ass_style(): | CODE |
| LOW⚡ | webui.py | 55 | except Exception: | CODE |
| LOW⚡ | webui.py | 159 | except Exception: | CODE |
| LOW | webui.py | 72 | except Exception: | CODE |
| LOW | webui.py | 957 | except Exception: | STRING |
| LOW | webui.py | 1056 | except Exception: | STRING |
| LOW | webui.py | 1071 | except Exception: | STRING |
| LOW | webui.py | 1208 | except Exception as e: | STRING |
| LOW | webui.py | 1251 | except Exception as e: | STRING |
| LOW | sp.py | 130 | except Exception as e: | CODE |
| LOW | sp.py | 160 | except Exception as e: | CODE |
| LOW | sp.py | 219 | except Exception as e: | CODE |
| LOW⚡ | cli.py | 274 | except Exception as e: | CODE |
| LOW | cli.py | 211 | except Exception as e: | CODE |
| LOW | cli.py | 230 | except Exception as e: | CODE |
| LOW | cli.py | 248 | except Exception as e: | CODE |
| LOW | cli.py | 583 | except Exception as e: | CODE |
| LOW⚡ | tests/test_winform_split.py | 23 | except Exception as e: | CODE |
| LOW | tests/test_excepts.py | 100 | except Exception as e: | CODE |
| MEDIUM | tests/test_excepts.py | 42 | def test_raises_and_catches(self): | CODE |
| LOW | docs/architecture.md | 173 | except Exception as e: | CODE |
| LOW | videotrans/__init__.py | 33 | except Exception as e: | CODE |
| LOW | videotrans/ui/info.py | 161 | except Exception: | CODE |
| LOW | videotrans/winform/fn_hebingsrt.py | 41 | except Exception as e: | CODE |
| MEDIUM | videotrans/winform/fn_hebingsrt.py | 26 | def run(self): | CODE |
| LOW | videotrans/winform/fn_videoandsrt.py | 120 | except Exception as e: | CODE |
| LOW | videotrans/winform/fn_audiofromvideo.py | 54 | except Exception as e: | CODE |
| MEDIUM | videotrans/winform/fn_audiofromvideo.py | 25 | def run(self): | CODE |
| LOW | videotrans/winform/fn_subtitlescover.py | 61 | except Exception as e: | CODE |
| MEDIUM | videotrans/winform/fn_subtitlescover.py | 27 | def run(self): | CODE |
| LOW | videotrans/winform/fn_watermark.py | 112 | except Exception as e: | CODE |
| LOW | videotrans/winform/fn_recogn.py | 186 | except Exception as e: | CODE |
| LOW | videotrans/winform/fn_vas.py | 184 | except Exception as e: | CODE |
| LOW | videotrans/winform/fn_vas.py | 265 | except Exception as e: | CODE |
| LOW | videotrans/winform/cambtts.py | 43 | except Exception as e: | CODE |
| LOW | videotrans/winform/fn_formatcover.py | 47 | except Exception as e: | CODE |
| MEDIUM | videotrans/winform/fn_formatcover.py | 31 | def run(self): | CODE |
| LOW | videotrans/winform/elevenlabs.py | 39 | except Exception as e: | CODE |
| LOW | videotrans/winform/fn_videoandaudio.py | 121 | except Exception as e: | CODE |
| LOW | videotrans/winform/fn_hunliu.py | 41 | except Exception as e: | CODE |
| MEDIUM | videotrans/winform/fn_hunliu.py | 27 | def run(self): | CODE |
| LOW | videotrans/mosstts/onnx_tts_runtime.py | 504 | except Exception as exc: | CODE |
| LOW | videotrans/mosstts/text_normalization_pipeline.py | 91 | except Exception as exc: | CODE |
| LOW | videotrans/util/_ffmpeg_runner.py | 79 | except Exception as e: | CODE |
| LOW | videotrans/util/_ffprobe.py | 100 | except Exception as e: | CODE |
| LOW | videotrans/util/_ffprobe.py | 162 | except Exception as e: | CODE |
| LOW | videotrans/util/_ffprobe.py | 169 | except Exception as e: | CODE |
| LOW | videotrans/util/checkgpu.py | 18 | except Exception as e: | CODE |
| MEDIUM | videotrans/util/checkgpu.py | 11 | def run(self): | CODE |
| LOW | videotrans/util/_ffmpeg_misc.py | 25 | except Exception: | CODE |
| LOW | videotrans/util/TestSrtTrans.py | 26 | except Exception as e: | CODE |
| MEDIUM | videotrans/util/TestSrtTrans.py | 15 | def run(self): | CODE |
| LOW | videotrans/util/_srt_ass.py | 41 | except Exception as e: | CODE |
| LOW | videotrans/util/_srt_ass.py | 108 | except Exception as e: | CODE |
| LOW | videotrans/util/_srt_ass.py | 129 | except Exception as e: | CODE |
| LOW | videotrans/util/_srt_ass.py | 164 | except Exception as e: | CODE |
| LOW | videotrans/util/_ffmpeg_audio.py | 58 | except Exception: | CODE |
| LOW | videotrans/util/_ffmpeg_audio.py | 88 | except Exception as e: | CODE |
| LOW | videotrans/util/_ffmpeg_audio.py | 132 | except Exception as e: | CODE |
| 217 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | webui.py | 24 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | webui.py | 26 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | webui.py | 30 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | webui.py | 32 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | webui.py | 43 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | webui.py | 45 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | webui.py | 87 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | webui.py | 89 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | webui.py | 95 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | webui.py | 97 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | webui.py | 169 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | webui.py | 171 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | webui.py | 216 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | webui.py | 218 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | webui.py | 117 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | webui.py | 119 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | webui.py | 465 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | webui.py | 467 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | webui.py | 573 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | webui.py | 575 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | webui.py | 689 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | webui.py | 691 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | webui.py | 760 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | webui.py | 762 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | webui.py | 913 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | webui.py | 915 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | cli.py | 172 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | cli.py | 174 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | cli.py | 279 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | cli.py | 281 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | cli.py | 31 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | cli.py | 33 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | cli.py | 193 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | cli.py | 195 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | cli.py | 317 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | cli.py | 319 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | cli.py | 384 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | cli.py | 386 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | cli.py | 411 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | cli.py | 413 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | cli.py | 496 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | cli.py | 498 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | cli.py | 518 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | cli.py | 520 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_cli.py | 40 | # =========================================================================== | COMMENT |
| MEDIUM⚡ | tests/test_cli.py | 42 | # =========================================================================== | COMMENT |
| MEDIUM⚡ | tests/test_cli.py | 76 | # =========================================================================== | COMMENT |
| MEDIUM⚡ | tests/test_cli.py | 78 | # =========================================================================== | COMMENT |
| MEDIUM⚡ | tests/test_cli.py | 133 | # =========================================================================== | COMMENT |
| MEDIUM⚡ | tests/test_cli.py | 135 | # =========================================================================== | COMMENT |
| MEDIUM⚡ | tests/test_cli.py | 509 | # =========================================================================== | COMMENT |
| MEDIUM⚡ | tests/test_cli.py | 511 | # =========================================================================== | COMMENT |
| MEDIUM⚡ | tests/test_cli.py | 555 | # =========================================================================== | COMMENT |
| MEDIUM⚡ | tests/test_cli.py | 557 | # =========================================================================== | COMMENT |
| MEDIUM⚡ | tests/test_cli.py | 594 | # =========================================================================== | COMMENT |
| MEDIUM⚡ | tests/test_cli.py | 596 | # =========================================================================== | COMMENT |
| MEDIUM | tests/test_cli.py | 15 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/test_cli.py | 17 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/test_cli.py | 270 | # =========================================================================== | COMMENT |
| MEDIUM | tests/test_cli.py | 272 | # =========================================================================== | COMMENT |
| 24 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | webui.py | 186 | def _recogn_index_from_display(d): | CODE |
| LOW | webui.py | 193 | def _translate_index_from_display(d): | CODE |
| LOW | tests/test_main_win_split.py | 5 | def test_mixin_modules_importable(): | CODE |
| LOW | tests/test_main_win_split.py | 21 | def test_main_win_class_hierarchy(): | CODE |
| LOW | tests/test_main_win_split.py | 32 | def test_main_win_has_expected_methods(): | CODE |
| LOW | tests/test_main_win_split.py | 52 | def test_main_win_package_importable(): | CODE |
| LOW | tests/test_help_ffmpeg_split.py | 13 | def test_extract_concise_error(self): | CODE |
| LOW | tests/test_help_ffmpeg_split.py | 17 | def test_get_filepath_from_cmd(self): | CODE |
| LOW | tests/test_help_ffmpeg_split.py | 37 | def test_get_video_ms_noaudio(self): | CODE |
| LOW | tests/test_help_ffmpeg_split.py | 53 | def test_change_speed_rubberband(self): | CODE |
| LOW | tests/test_help_ffmpeg_split.py | 57 | def test_precise_speed_up_audio(self): | CODE |
| LOW | tests/test_help_ffmpeg_split.py | 85 | def test_all_names_importable(self): | CODE |
| LOW | tests/test_help_ffmpeg_split.py | 169 | def test_format_video_returns_input_file(self, tmp_path): | CODE |
| LOW | tests/test_help_ffmpeg_split.py | 180 | def test_format_video_with_target_dir(self, tmp_path): | CODE |
| LOW⚡ | tests/test_stt_fun_split.py | 7 | def test_openai_whisper_importable(self): | CODE |
| LOW⚡ | tests/test_stt_fun_split.py | 11 | def test_faster_whisper_importable(self): | CODE |
| LOW⚡ | tests/test_stt_fun_split.py | 19 | def test_paraformer_importable(self): | CODE |
| LOW⚡ | tests/test_stt_fun_split.py | 27 | def test_funasr_mlt_importable(self): | CODE |
| LOW⚡ | tests/test_stt_fun_split.py | 31 | def test_write_log_importable(self): | CODE |
| LOW⚡ | tests/test_stt_fun_split.py | 35 | def test_remove_unwanted_characters_importable(self): | CODE |
| LOW⚡ | tests/test_stt_fun_split.py | 39 | def test_resegment_importable(self): | CODE |
| LOW⚡ | tests/test_stt_fun_split.py | 43 | def test_direct_submodule_imports(self): | CODE |
| LOW | tests/test_stt_fun_split.py | 55 | def test_openai_whisper_signature(self): | CODE |
| LOW | tests/test_stt_fun_split.py | 68 | def test_faster_whisper_signature(self): | CODE |
| LOW | tests/test_stt_fun_split.py | 99 | def test_paraformer_signature(self): | CODE |
| LOW | tests/test_stt_fun_split.py | 127 | def test_funasr_mlt_signature(self): | CODE |
| LOW⚡ | tests/test_stt_fun_split.py | 145 | def test_strips_angle_bracket_markers(self): | CODE |
| LOW⚡ | tests/test_stt_fun_split.py | 152 | def test_preserves_normal_text(self): | CODE |
| LOW⚡ | tests/test_stt_fun_split.py | 159 | def test_short_segment_not_split(self): | CODE |
| LOW | tests/test_stt_fun_split.py | 178 | def test_chinese_text_no_spaces(self): | CODE |
| LOW | tests/test_stt_fun_split.py | 195 | def test_long_segment_with_punctuation_split(self): | CODE |
| LOW | tests/test_stt_fun_split.py | 249 | def test_writes_to_nonexistent_file(self): | CODE |
| LOW | tests/test_stt_fun_split.py | 263 | def test_process_init_exports(self): | CODE |
| LOW⚡ | tests/test_config_split.py | 40 | def test_temp_root_importable(self): | CODE |
| LOW⚡ | tests/test_config_split.py | 49 | def test_translate_cache_importable(self): | CODE |
| LOW⚡ | tests/test_config_split.py | 58 | def test_tr_returns_key_on_missing(self): | CODE |
| LOW | tests/test_config_split.py | 80 | def test_app_cfg_has_expected_attrs(self): | CODE |
| LOW | tests/test_config_split.py | 93 | def test_app_cfg_rm_uuid_none(self): | CODE |
| LOW | tests/test_config_split.py | 101 | def test_settings_has_expected_attrs(self): | CODE |
| LOW | tests/test_config_split.py | 117 | def test_params_has_expected_attrs(self): | CODE |
| LOW | tests/test_config_split.py | 141 | def test_push_queue_accessible(self): | CODE |
| LOW | tests/test_config_split.py | 145 | def test_update_logging_level_accessible(self): | CODE |
| LOW⚡ | tests/test_job_helpers.py | 16 | def test_none_index_returns_dash(self): | CODE |
| LOW⚡ | tests/test_job_helpers.py | 19 | def test_out_of_range_returns_dash(self): | CODE |
| LOW⚡ | tests/test_job_helpers.py | 22 | def test_negative_index_returns_last_element(self): | CODE |
| LOW⚡ | tests/test_job_helpers.py | 28 | def test_returns_dash_for_none(self): | CODE |
| LOW⚡ | tests/test_job_helpers.py | 31 | def test_returns_name_for_valid_index(self): | CODE |
| LOW⚡ | tests/test_job_helpers.py | 41 | def test_returns_dash_for_none(self): | CODE |
| LOW⚡ | tests/test_job_helpers.py | 44 | def test_returns_name_for_valid_index(self): | CODE |
| LOW⚡ | tests/test_job_helpers.py | 51 | def test_returns_dash_for_none(self): | CODE |
| LOW⚡ | tests/test_job_helpers.py | 54 | def test_returns_name_for_valid_index(self): | CODE |
| LOW⚡ | tests/test_contants.py | 23 | def test_punc_flags_contains_common_chars(self): | CODE |
| LOW⚡ | tests/test_contants.py | 31 | def test_half_flags_no_end_punctuation(self): | CODE |
| LOW⚡ | tests/test_contants.py | 38 | def test_end_flags_are_sentence_terminators(self): | CODE |
| LOW⚡ | tests/test_contants.py | 48 | def test_has_common_languages(self): | CODE |
| LOW⚡ | tests/test_contants.py | 57 | def test_listen_text_is_non_empty(self): | CODE |
| LOW⚡ | tests/test_contants.py | 63 | def test_common_models_present(self): | CODE |
| LOW⚡ | tests/test_contants.py | 71 | def test_model_values_are_non_empty(self): | CODE |
| LOW⚡ | tests/test_contants.py | 77 | def test_contains_expected_domains(self): | CODE |
| LOW⚡ | tests/test_contants.py | 81 | def test_formed_into_env_string(self): | CODE |
| 182 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | sp.py | 144 | CODE | |
| LOW | test.py | 1 | CODE | |
| LOW | cli.py | 26 | CODE | |
| LOW | tests/test_help_ffmpeg_split.py | 3 | CODE | |
| LOW | tests/omnivoice-qwentts.py | 29 | CODE | |
| LOW | tests/omnivoice-qwentts.py | 31 | CODE | |
| LOW | tests/omnivoice-qwentts.py | 32 | CODE | |
| LOW | tests/omnivoice-qwentts.py | 32 | CODE | |
| LOW | tests/omnivoice-qwentts.py | 33 | CODE | |
| LOW | tests/omnivoice-qwentts.py | 33 | CODE | |
| LOW | tests/omnivoice-qwentts.py | 34 | CODE | |
| LOW | tests/test_actions_split.py | 2 | CODE | |
| LOW | tests/test_actions_split.py | 4 | CODE | |
| LOW | tests/test_prepare_audio_split.py | 2 | CODE | |
| LOW | tests/test_prepare_audio_split.py | 3 | CODE | |
| LOW | tests/test_trans_split.py | 1 | CODE | |
| LOW | tests/test_base_trans.py | 1 | CODE | |
| LOW | tests/test_base_recogn.py | 3 | CODE | |
| LOW | tests/test_ui_en_split.py | 1 | CODE | |
| LOW | tests/test_cli.py | 9 | CODE | |
| LOW | tests/test_help_srt_split.py | 1 | CODE | |
| LOW | tests/test_help_srt_split.py | 2 | CODE | |
| LOW | tests/test_help_srt_split.py | 3 | CODE | |
| LOW | tests/test_help_srt_split.py | 4 | CODE | |
| LOW | videotrans/ui/gradiowin.py | 4 | CODE | |
| LOW | videotrans/ui/en.py | 3 | CODE | |
| LOW | videotrans/ui/en.py | 4 | CODE | |
| LOW | videotrans/ui/en.py | 4 | CODE | |
| LOW | videotrans/ui/en.py | 5 | CODE | |
| LOW | videotrans/ui/en.py | 8 | CODE | |
| LOW | videotrans/winform/ai302.py | 4 | CODE | |
| LOW | videotrans/winform/openaitts.py | 2 | CODE | |
| LOW | videotrans/winform/transapi.py | 3 | CODE | |
| LOW | videotrans/winform/deepLX.py | 3 | CODE | |
| LOW | videotrans/winform/recognapi.py | 3 | CODE | |
| LOW | videotrans/winform/gemini.py | 4 | CODE | |
| LOW | videotrans/winform/xiaomi.py | 3 | CODE | |
| LOW | videotrans/winform/localllm.py | 3 | CODE | |
| LOW | videotrans/winform/whisperxapi.py | 3 | CODE | |
| LOW | videotrans/winform/elevenlabs.py | 6 | CODE | |
| LOW | videotrans/winform/libre.py | 3 | CODE | |
| LOW | videotrans/winform/sttapi.py | 3 | CODE | |
| LOW | videotrans/mosstts/onnx_tts_runtime.py | 1 | CODE | |
| LOW | videotrans/mosstts/onnx_tts_runtime.py | 3 | CODE | |
| LOW | videotrans/mosstts/onnx_tts_runtime.py | 18 | CODE | |
| LOW | videotrans/mosstts/onnx_tts_runtime.py | 18 | CODE | |
| LOW | videotrans/mosstts/text_normalization_pipeline.py | 1 | CODE | |
| LOW | …eotrans/mosstts/tts_robust_normalizer_single_script.py | 48 | CODE | |
| LOW | videotrans/mosstts/ort_cpu_runtime.py | 1 | CODE | |
| LOW | videotrans/mosstts/ort_cpu_runtime.py | 4 | CODE | |
| LOW | videotrans/mosstts/moss_tts_nano/defaults.py | 1 | CODE | |
| LOW | videotrans/util/help_srt.py | 1 | CODE | |
| LOW | videotrans/util/help_srt.py | 1 | CODE | |
| LOW | videotrans/util/help_srt.py | 1 | CODE | |
| LOW | videotrans/util/help_srt.py | 1 | CODE | |
| LOW | videotrans/util/help_srt.py | 1 | CODE | |
| LOW | videotrans/util/help_srt.py | 1 | CODE | |
| LOW | videotrans/util/help_srt.py | 1 | CODE | |
| LOW | videotrans/util/help_srt.py | 1 | CODE | |
| LOW | videotrans/util/help_srt.py | 1 | CODE | |
| 195 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | webui.py | 468 | CODE | |
| LOW | webui.py | 576 | CODE | |
| LOW | webui.py | 770 | CODE | |
| LOW | webui.py | 916 | CODE | |
| LOW | webui.py | 995 | CODE | |
| LOW | webui.py | 1081 | CODE | |
| LOW | cli.py | 521 | CODE | |
| LOW | videotrans/ui/setini.py | 618 | CODE | |
| LOW | videotrans/winform/fn_videoandsrt.py | 4 | CODE | |
| LOW | videotrans/winform/fn_videoandsrt.py | 37 | CODE | |
| LOW | videotrans/winform/fn_videoandsrt.py | 56 | CODE | |
| LOW | videotrans/winform/fn_subtitlescover.py | 1 | CODE | |
| LOW | videotrans/winform/fn_subtitlescover.py | 27 | CODE | |
| LOW | videotrans/winform/fn_recogn.py | 3 | CODE | |
| LOW | videotrans/winform/fn_recogn.py | 27 | CODE | |
| LOW | videotrans/winform/fn_vas.py | 5 | CODE | |
| LOW | videotrans/winform/fn_vas.py | 271 | CODE | |
| LOW | videotrans/winform/fn_vas.py | 73 | CODE | |
| LOW | videotrans/winform/fn_separate.py | 3 | CODE | |
| LOW | videotrans/winform/fn_separate.py | 23 | CODE | |
| LOW | videotrans/winform/fn_peiyinrole.py | 5 | CODE | |
| LOW | videotrans/winform/fn_peiyinrole.py | 83 | CODE | |
| LOW | videotrans/winform/fn_videoandaudio.py | 4 | CODE | |
| LOW | videotrans/winform/fn_videoandaudio.py | 129 | CODE | |
| LOW | videotrans/winform/fn_videoandaudio.py | 32 | CODE | |
| LOW | videotrans/winform/fn_videoandaudio.py | 55 | CODE | |
| LOW | videotrans/winform/fn_peiyin.py | 4 | CODE | |
| LOW | videotrans/winform/fn_peiyin.py | 210 | CODE | |
| LOW | videotrans/winform/fn_fanyisrt.py | 4 | CODE | |
| LOW | videotrans/winform/fn_fanyisrt.py | 42 | CODE | |
| LOW | videotrans/winform/fn_fanyisrt.py | 204 | CODE | |
| LOW | videotrans/winform/fn_fanyisrt.py | 233 | CODE | |
| LOW | videotrans/mosstts/onnx_tts_runtime.py | 387 | CODE | |
| LOW | videotrans/mosstts/onnx_tts_runtime.py | 500 | CODE | |
| LOW | videotrans/mosstts/ort_cpu_runtime.py | 659 | CODE | |
| LOW | videotrans/util/_ffprobe.py | 49 | CODE | |
| LOW | videotrans/util/cn_tn.py | 565 | CODE | |
| LOW | videotrans/util/cn_tn.py | 651 | CODE | |
| LOW | videotrans/util/cn_tn.py | 439 | CODE | |
| LOW | videotrans/util/cn_tn.py | 586 | CODE | |
| LOW | videotrans/util/cn_tn.py | 620 | CODE | |
| LOW | videotrans/util/helper_supertonic.py | 387 | CODE | |
| LOW | videotrans/util/_srt_ass.py | 9 | CODE | |
| LOW | videotrans/util/_srt_parse.py | 99 | CODE | |
| LOW | videotrans/util/_srt_parse.py | 210 | CODE | |
| LOW | videotrans/util/en_tn.py | 68 | CODE | |
| LOW | videotrans/util/en_tn.py | 206 | CODE | |
| LOW | videotrans/util/help_misc.py | 193 | CODE | |
| LOW | videotrans/util/help_misc.py | 364 | CODE | |
| LOW | videotrans/util/_ffmpeg_hwcodec.py | 18 | CODE | |
| LOW | videotrans/util/help_down.py | 40 | CODE | |
| LOW | videotrans/util/help_down.py | 174 | CODE | |
| LOW | videotrans/util/help_down.py | 216 | CODE | |
| LOW | videotrans/util/help_down.py | 253 | CODE | |
| LOW | videotrans/util/help_down.py | 300 | CODE | |
| LOW | videotrans/util/help_role.py | 10 | CODE | |
| LOW | videotrans/util/help_role.py | 173 | CODE | |
| LOW | videotrans/util/help_role.py | 344 | CODE | |
| LOW | videotrans/configure/_app_settings.py | 46 | CODE | |
| LOW | videotrans/configure/_app_settings.py | 292 | CODE | |
| 73 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | webui.py | 224 | {"key": "chatgpt_api", "label": "API URL", "type": "text", "default": "", "placeholder": "留空使用官方API"}, | CODE |
| LOW⚡ | webui.py | 225 | {"key": "chatgpt_key", "label": "SK 密钥", "type": "text", "default": "", "placeholder": "API Key"}, | CODE |
| LOW⚡ | webui.py | 227 | {"key": "chatgpt_model", "label": "模型", "type": "text", "default": "gpt-4o-mini", "placeholder": "输入模型名称"}, | CODE |
| LOW⚡ | webui.py | 233 | {"key": "deepseek_key", "label": "SK 密钥", "type": "text", "default": "", "placeholder": "API Key"}, | CODE |
| LOW⚡ | webui.py | 234 | {"key": "deepseek_model", "label": "模型", "type": "text", "default": "deepseek-chat", "placeholder": "输入模型名称" | CODE |
| LOW⚡ | webui.py | 242 | {"key": "gemini_model", "label": "模型", "type": "text", "default": "gemini-2.5-flash", "placeholder": "输入模型名称 | CODE |
| LOW⚡ | webui.py | 251 | {"key": "azure_model", "label": "模型", "type": "text", "default": "gpt-4o-mini", "placeholder": "输入模型名称"}, | CODE |
| LOW⚡ | webui.py | 257 | {"key": "localllm_api", "label": "API URL", "type": "text", "default": "http://127.0.0.1:11434/v1", "placeho | CODE |
| LOW⚡ | webui.py | 258 | {"key": "localllm_key", "label": "SK 密钥", "type": "text", "default": "no-key", "placeholder": "通常填 no-key"}, | CODE |
| LOW⚡ | webui.py | 260 | {"key": "localllm_model", "label": "模型", "type": "text", "default": "", "placeholder": "输入模型名称"}, | CODE |
| LOW⚡ | webui.py | 267 | {"key": "deepl_api", "label": "API URL (第三方)", "type": "text", "default": "", "placeholder": "留空使用官方API"}, | CODE |
| LOW⚡ | webui.py | 289 | {"key": "qwenmt_model", "label": "翻译模型", "type": "text", "default": "qwen-mt-plus", "placeholder": "需以 qwen- | CODE |
| LOW⚡ | webui.py | 290 | {"key": "qwenmt_asr_model", "label": "语音识别模型", "type": "text", "default": "qwen3-asr-flash", "placeholder": | CODE |
| LOW⚡ | webui.py | 297 | {"key": "zijiehuoshan_model", "label": "推理接入点", "type": "text", "default": "", "placeholder": "输入接入点名称"}, | CODE |
| LOW⚡ | webui.py | 305 | {"key": "minimax_model", "label": "模型", "type": "text", "default": "MiniMax-M3", "placeholder": "输入模型名称"}, | CODE |
| LOW⚡ | webui.py | 313 | {"key": "zhipu_model", "label": "模型", "type": "text", "default": "glm-4-flash", "placeholder": "输入模型名称"}, | CODE |
| LOW⚡ | webui.py | 321 | {"key": "guiji_model", "label": "模型", "type": "text", "default": "Qwen/Qwen3-32B", "placeholder": "输入模型名称"}, | CODE |
| LOW⚡ | webui.py | 329 | {"key": "openrouter_model", "label": "模型", "type": "text", "default": "", "placeholder": "输入模型名称"}, | CODE |
| LOW⚡ | webui.py | 337 | {"key": "xiaomi_model", "label": "模型", "type": "text", "default": "mimo-v2.5-pro", "placeholder": "输入模型名称"}, | CODE |
| LOW⚡ | webui.py | 346 | {"key": "openairecognapi_url", "label": "API URL", "type": "text", "default": "", "placeholder": "留空使用官方API" | CODE |
| LOW⚡ | webui.py | 348 | {"key": "openairecognapi_model", "label": "模型", "type": "text", "default": "whisper-1", "placeholder": "输入模型 | CODE |
| LOW⚡ | webui.py | 375 | {"key": "openaitts_api", "label": "API URL", "type": "text", "default": "", "placeholder": "留空使用官方API"}, | CODE |
| LOW⚡ | webui.py | 377 | {"key": "openaitts_model", "label": "模型", "type": "text", "default": "tts-1", "placeholder": "输入模型名称"}, | CODE |
| LOW⚡ | webui.py | 384 | {"key": "azure_speech_region", "label": "Region / URL", "type": "text", "default": "eastasia", "placeholder" | CODE |
| LOW | webui.py | 427 | {"key": "qwentts_model", "label": "模型", "type": "text", "default": "qwen3-tts-flash", "placeholder": "输入模型名称 | CODE |
| LOW | webui.py | 602 | placeholder=f.get("placeholder", ""), | CODE |
| LOW⚡ | videotrans/codes/model.py | 403 | fake_token = [0] * fake_token_len_i | CODE |
| LOW⚡ | videotrans/codes/model.py | 405 | source_ids += fake_token | CODE |
| LOW⚡ | videotrans/codes/model.py | 406 | fbank_mask_i += [1] * len(fake_token) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | videotrans/winform/fn_vas.py | 25 | CODE | |
| LOW | videotrans/mosstts/onnx_tts_runtime.py | 596 | CODE | |
| LOW | videotrans/util/cn_tn.py | 651 | CODE | |
| LOW | videotrans/util/cn_tn.py | 1059 | CODE | |
| LOW | videotrans/translator/_deeplx.py | 61 | CODE | |
| LOW | videotrans/task/_rate.py | 226 | CODE | |
| LOW | videotrans/codes/model.py | 26 | CODE | |
| LOW | videotrans/codes/model.py | 456 | CODE | |
| LOW | videotrans/recognition/__init__.py | 173 | CODE | |
| LOW | videotrans/process/tts_fun.py | 18 | CODE | |
| LOW | videotrans/process/_stt_glmasr.py | 14 | CODE | |
| LOW | videotrans/process/_stt_openai.py | 14 | CODE | |
| LOW | videotrans/process/_stt_paraformer.py | 15 | CODE | |
| LOW | videotrans/process/_stt_funasr.py | 13 | CODE | |
| LOW | videotrans/process/_stt_pipe.py | 24 | CODE | |
| LOW | videotrans/process/_stt_faster.py | 14 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/architecture.md | 927 | #### Step 1: 创建通道实现文件 | COMMENT |
| LOW | docs/architecture.md | 949 | #### Step 2: 分配渠道 ID 并注册 | COMMENT |
| LOW⚡ | docs/architecture.md | 965 | #### Step 3: 添加用户配置字段 | COMMENT |
| LOW⚡ | docs/architecture.md | 974 | #### Step 4: 创建设置窗口 | COMMENT |
| LOW⚡ | docs/architecture.md | 982 | #### Step 5: 可选扩展 | COMMENT |
| LOW | docs/whisper_net_setup.md | 155 | ## Step 1: Download DLL Files | COMMENT |
| LOW | docs/whisper_net_setup.md | 201 | ## Step 2: Download Speech Model | COMMENT |
| LOW | docs/whisper_net_setup.md | 209 | ## Step 3: Verify File Structure | COMMENT |
| LOW | docs/whisper_net_setup.md | 240 | ## Step 4: Start Using | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | videotrans/tts/_azuretts.py | 5 | from azure.core.exceptions import ResourceExistsError, ClientAuthenticationError, ResourceNotFoundError | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | cli.py | 178 | def set_lang(lang: str) -> None: | CODE |
| LOW | videotrans/mosstts/text_normalization_pipeline.py | 51 | def _set_state(self, *, state: str, message: str, error: str | None = None) -> None: | CODE |
| LOW | videotrans/mosstts/ort_cpu_runtime.py | 826 | __all__ = [ | CODE |
| LOW | videotrans/mosstts/moss_tts_nano/__init__.py | 1 | __all__ = ["__version__"] | CODE |
| LOW | videotrans/util/help_srt.py | 9 | __all__ = [ | CODE |
| LOW | videotrans/util/help_ffmpeg.py | 13 | __all__ = [ | CODE |
| LOW | videotrans/process/prepare_audio.py | 6 | __all__ = [ | CODE |
| LOW | videotrans/process/stt_fun.py | 10 | __all__ = [ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | videotrans/util/cn_tn.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | videotrans/util/cn_tn.py | 841 | self.date = date | COMMENT |
| LOW | videotrans/util/en_tn.py | 1 | # 本代码复制自 https://github.com/OpenDocCN/python-code-anls/blob/master/docs/hf-tfm/models----clvp----number_normalizer.py.md | COMMENT |
| LOW | videotrans/translator/_lang_codes.py | 1 | from pathlib import Path | COMMENT |