Translate the video from one language to another and embed dubbing & subtitles.
507 matches across 7 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | sp.py | 129 | except Exception as e: |
| LOW | sp.py | 157 | except Exception as e: |
| LOW | sp.py | 219 | except Exception as e: |
| LOW | tests/test_excepts.py | 100 | except Exception as e: |
| MEDIUM | tests/test_excepts.py | 42 | def test_raises_and_catches(self): |
| LOW | docs/architecture.md | 173 | except Exception as e: |
| LOW | videotrans/__init__.py | 33 | except Exception as e: |
| LOW | videotrans/ui/info.py | 161 | except Exception: |
| LOW | videotrans/winform/fn_hebingsrt.py | 41 | except Exception as e: |
| MEDIUM | videotrans/winform/fn_hebingsrt.py | 26 | def run(self): |
| LOW | videotrans/winform/fn_videoandsrt.py | 119 | except Exception as e: |
| LOW | videotrans/winform/fn_audiofromvideo.py | 54 | except Exception as e: |
| MEDIUM | videotrans/winform/fn_audiofromvideo.py | 25 | def run(self): |
| LOW | videotrans/winform/fn_subtitlescover.py | 60 | except Exception as e: |
| MEDIUM | videotrans/winform/fn_subtitlescover.py | 26 | def run(self): |
| LOW | videotrans/winform/fn_watermark.py | 111 | except Exception as e: |
| LOW | videotrans/winform/fn_recogn.py | 182 | except Exception as e: |
| LOW | videotrans/winform/fn_vas.py | 183 | except Exception as e: |
| LOW | videotrans/winform/fn_vas.py | 264 | except Exception as e: |
| LOW | videotrans/winform/cambtts.py | 56 | except Exception as e: |
| LOW | videotrans/winform/fn_formatcover.py | 47 | except Exception as e: |
| MEDIUM | videotrans/winform/fn_formatcover.py | 31 | def run(self): |
| LOW | videotrans/winform/elevenlabs.py | 50 | except Exception as e: |
| LOW | videotrans/winform/fn_videoandaudio.py | 120 | except Exception as e: |
| LOW | videotrans/winform/fn_hunliu.py | 41 | except Exception as e: |
| MEDIUM | videotrans/winform/fn_hunliu.py | 27 | def run(self): |
| LOW | videotrans/util/help_srt.py | 207 | except Exception: |
| LOW | videotrans/util/help_srt.py | 292 | except Exception as e: |
| LOW | videotrans/util/help_srt.py | 365 | except Exception as e: |
| LOW | videotrans/util/help_srt.py | 389 | except Exception as e: |
| LOW | videotrans/util/help_srt.py | 437 | except Exception as e: |
| LOW | videotrans/util/checkgpu.py | 20 | except Exception as e: |
| MEDIUM | videotrans/util/checkgpu.py | 13 | def run(self): |
| LOW | videotrans/util/help_ffmpeg.py | 88 | except Exception as e: |
| LOW | videotrans/util/help_ffmpeg.py | 138 | except Exception as e: |
| LOW | videotrans/util/help_ffmpeg.py | 169 | except Exception as e: |
| LOW | videotrans/util/help_ffmpeg.py | 205 | except Exception as e: |
| LOW | videotrans/util/help_ffmpeg.py | 244 | except Exception as e: |
| LOW | videotrans/util/help_ffmpeg.py | 350 | except Exception as e: |
| LOW | videotrans/util/help_ffmpeg.py | 412 | except Exception as e: |
| LOW | videotrans/util/help_ffmpeg.py | 420 | except Exception as e: |
| LOW | videotrans/util/help_ffmpeg.py | 499 | except Exception: |
| LOW | videotrans/util/help_ffmpeg.py | 531 | except Exception as e: |
| LOW | videotrans/util/help_ffmpeg.py | 581 | except Exception as e: |
| LOW | videotrans/util/help_ffmpeg.py | 624 | except Exception: |
| LOW | videotrans/util/TestSrtTrans.py | 26 | except Exception as e: |
| MEDIUM | videotrans/util/TestSrtTrans.py | 15 | def run(self): |
| LOW | videotrans/util/gpus.py | 64 | except Exception as e: |
| LOW | videotrans/util/help_misc.py | 60 | except Exception as e: |
| LOW | videotrans/util/help_misc.py | 254 | except Exception as e: |
| LOW | videotrans/util/help_misc.py | 265 | except Exception as e: |
| LOW | videotrans/util/help_misc.py | 324 | except Exception as e: |
| LOW | videotrans/util/help_misc.py | 339 | except Exception: |
| LOW | videotrans/util/help_misc.py | 358 | except Exception as e: |
| LOW | videotrans/util/help_misc.py | 406 | except Exception: |
| LOW | videotrans/util/help_misc.py | 455 | except Exception as e: |
| MEDIUM | videotrans/util/help_misc.py | 317 | def pygameaudio(filepath=None): |
| LOW | videotrans/util/TestSTT.py | 26 | except Exception as e: |
| MEDIUM | videotrans/util/TestSTT.py | 11 | def run(self): |
| LOW | videotrans/util/ListenVoice.py | 25 | except Exception as e: |
| 176 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tests/test_job_helpers.py | 16 | def test_none_index_returns_dash(self): |
| LOW | tests/test_job_helpers.py | 19 | def test_out_of_range_returns_dash(self): |
| LOW | tests/test_job_helpers.py | 22 | def test_negative_index_returns_last_element(self): |
| LOW | tests/test_job_helpers.py | 28 | def test_returns_dash_for_none(self): |
| LOW | tests/test_job_helpers.py | 31 | def test_returns_name_for_valid_index(self): |
| LOW | tests/test_job_helpers.py | 41 | def test_returns_dash_for_none(self): |
| LOW | tests/test_job_helpers.py | 44 | def test_returns_name_for_valid_index(self): |
| LOW | tests/test_job_helpers.py | 51 | def test_returns_dash_for_none(self): |
| LOW | tests/test_job_helpers.py | 54 | def test_returns_name_for_valid_index(self): |
| LOW | tests/test_contants.py | 23 | def test_punc_flags_contains_common_chars(self): |
| LOW | tests/test_contants.py | 31 | def test_half_flags_no_end_punctuation(self): |
| LOW | tests/test_contants.py | 38 | def test_end_flags_are_sentence_terminators(self): |
| LOW | tests/test_contants.py | 48 | def test_has_common_languages(self): |
| LOW | tests/test_contants.py | 57 | def test_listen_text_is_non_empty(self): |
| LOW | tests/test_contants.py | 63 | def test_common_models_present(self): |
| LOW | tests/test_contants.py | 71 | def test_model_values_are_non_empty(self): |
| LOW | tests/test_contants.py | 77 | def test_contains_expected_domains(self): |
| LOW | tests/test_contants.py | 81 | def test_formed_into_env_string(self): |
| LOW | tests/test_contants.py | 88 | def test_non_word_matches_punctuation(self): |
| LOW | tests/test_contants.py | 98 | def test_non_word_does_not_match_text(self): |
| LOW | tests/test_contants.py | 108 | def test_audio_exits_has_common_formats(self): |
| LOW | tests/test_contants.py | 114 | def test_video_exts_has_common_formats(self): |
| LOW | tests/test_taskcfg.py | 16 | def test_default_initialization(self): |
| LOW | tests/test_taskcfg.py | 71 | def test_or_with_non_dict_raises_typeerror(self): |
| LOW | tests/test_taskcfg.py | 117 | def test_default_initialization(self): |
| LOW | tests/test_taskcfg.py | 160 | def test_items_iterates_all_fields(self): |
| LOW | tests/test_taskcfg.py | 170 | def test_iter_yields_field_names(self): |
| LOW | tests/test_taskcfg.py | 181 | def test_mixed_attribute_and_dict_access(self): |
| LOW | tests/test_taskcfg.py | 193 | def test_default_initialization(self): |
| LOW | tests/test_taskcfg.py | 201 | def test_partial_initialization(self): |
| LOW | tests/test_taskcfg.py | 218 | def test_inherits_base_fields(self): |
| LOW | tests/test_taskcfg.py | 287 | def test_inherits_all_parent_fields(self): |
| LOW | tests/test_taskcfg.py | 335 | def test_vtt_tiqu_mode_settings(self): |
| LOW | tests/test_taskcfg.py | 351 | def test_shared_fields_consistent(self): |
| LOW | tests/test_taskcfg.py | 366 | def test_stt_and_tts_and_sts_together(self): |
| LOW | tests/test_base_tts.py | 17 | def test_volume_plain_number_fixed(self): |
| LOW | tests/test_base_tts.py | 33 | def test_rate_plain_number_fixed(self): |
| LOW | tests/test_base_tts.py | 75 | def test_get_pitch_zero_hz_returns_default(self): |
| LOW | tests/test_base_tts.py | 80 | def test_get_pitch_positive_hz_returns_default(self): |
| LOW | tests/test_base_tts.py | 84 | def test_get_pitch_negative_hz_returns_default(self): |
| LOW | tests/test_base_trans.py | 16 | def test_default_trans_thread(self): |
| LOW | tests/test_base_trans.py | 20 | def test_translate_type_default(self): |
| LOW | tests/test_base_trans.py | 50 | def test_different_text_different_keys(self): |
| LOW | tests/test_base_trans.py | 56 | def test_different_languages_different_keys(self): |
| LOW | tests/test_base_trans.py | 61 | def test_same_key_for_identical_input(self): |
| LOW | tests/test_base_trans.py | 69 | def test_chunking_with_thread_count(self): |
| LOW | tests/test_mainwin_actions.py | 19 | def test_invalid_proxy_no_port(self): |
| LOW | tests/test_mainwin_actions.py | 24 | def test_invalid_proxy_wrong_scheme(self): |
| LOW | tests/test_mainwin_actions.py | 28 | def test_proxy_http_prefix_added(self): |
| LOW | tests/test_mainwin_actions.py | 36 | def test_voice_autorate_hides_silent_mid(self): |
| LOW | tests/test_mainwin_actions.py | 48 | def test_video_autorate_alone_hides(self): |
| LOW | tests/test_mainwin_actions.py | 56 | def test_dual_subtitle_shows_output_srt(self): |
| LOW | tests/test_mainwin_actions.py | 61 | def test_single_hard_subtitle_hides(self): |
| LOW | tests/test_mainwin_actions.py | 68 | def test_tiqu_forces_voice_role_no(self): |
| LOW | tests/test_mainwin_actions.py | 76 | def test_biaozhun_keeps_voice_role(self): |
| LOW | tests/test_base_recogn.py | 17 | def test_cjk_language_join_word_flag(self): |
| LOW | tests/test_base_recogn.py | 54 | def test_removes_punctuation_only_lines(self): |
| LOW | tests/test_base_recogn.py | 78 | def test_fixes_overlapping_timestamps(self): |
| LOW | tests/test_base_recogn.py | 98 | def test_single_element_passes_through(self): |
| LOW | tests/test_cli.py | 18 | def test_all_task_types_have_entries(self): |
| 36 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | cli.py | 14 | |
| LOW | videotrans/ui/setini.py | 590 | |
| LOW | videotrans/winform/fn_videoandsrt.py | 4 | |
| LOW | videotrans/winform/fn_videoandsrt.py | 36 | |
| LOW | videotrans/winform/fn_videoandsrt.py | 55 | |
| LOW | videotrans/winform/fn_subtitlescover.py | 1 | |
| LOW | videotrans/winform/fn_subtitlescover.py | 26 | |
| LOW | videotrans/winform/fn_recogn.py | 6 | |
| LOW | videotrans/winform/fn_recogn.py | 27 | |
| LOW | videotrans/winform/fn_vas.py | 5 | |
| LOW | videotrans/winform/fn_vas.py | 270 | |
| LOW | videotrans/winform/fn_vas.py | 72 | |
| LOW | videotrans/winform/fn_separate.py | 3 | |
| LOW | videotrans/winform/fn_separate.py | 23 | |
| LOW | videotrans/winform/fn_peiyinrole.py | 4 | |
| LOW | videotrans/winform/fn_peiyinrole.py | 81 | |
| LOW | videotrans/winform/fn_videoandaudio.py | 4 | |
| LOW | videotrans/winform/fn_videoandaudio.py | 128 | |
| LOW | videotrans/winform/fn_videoandaudio.py | 31 | |
| LOW | videotrans/winform/fn_videoandaudio.py | 54 | |
| LOW | videotrans/winform/fn_peiyin.py | 7 | |
| LOW | videotrans/winform/fn_peiyin.py | 209 | |
| LOW | videotrans/winform/fn_fanyisrt.py | 7 | |
| LOW | videotrans/winform/fn_fanyisrt.py | 42 | |
| LOW | videotrans/winform/fn_fanyisrt.py | 203 | |
| LOW | videotrans/winform/fn_fanyisrt.py | 232 | |
| LOW | videotrans/util/help_srt.py | 111 | |
| LOW | videotrans/util/help_srt.py | 227 | |
| LOW | videotrans/util/help_srt.py | 257 | |
| LOW | videotrans/util/cn_tn.py | 565 | |
| LOW | videotrans/util/cn_tn.py | 651 | |
| LOW | videotrans/util/cn_tn.py | 439 | |
| LOW | videotrans/util/cn_tn.py | 586 | |
| LOW | videotrans/util/cn_tn.py | 620 | |
| LOW | videotrans/util/help_ffmpeg.py | 119 | |
| LOW | videotrans/util/help_ffmpeg.py | 293 | |
| LOW | videotrans/util/helper_supertonic.py | 388 | |
| LOW | videotrans/util/en_tn.py | 68 | |
| LOW | videotrans/util/en_tn.py | 206 | |
| LOW | videotrans/util/help_misc.py | 204 | |
| LOW | videotrans/util/help_misc.py | 362 | |
| LOW | videotrans/util/help_down.py | 42 | |
| LOW | videotrans/util/help_down.py | 121 | |
| LOW | videotrans/util/help_down.py | 164 | |
| LOW | videotrans/util/help_down.py | 200 | |
| LOW | videotrans/util/help_role.py | 115 | |
| LOW | videotrans/util/help_role.py | 266 | |
| LOW | videotrans/util/help_role.py | 428 | |
| LOW | videotrans/configure/config.py | 218 | |
| LOW | videotrans/configure/config.py | 477 | |
| LOW | videotrans/configure/excepts.py | 128 | |
| LOW | videotrans/component/clip_video.py | 39 | |
| LOW | videotrans/component/set_form.py | 470 | |
| LOW | videotrans/component/set_form.py | 560 | |
| LOW | videotrans/component/set_form.py | 602 | |
| LOW | videotrans/component/textmatching.py | 124 | |
| LOW | videotrans/component/textmatching.py | 530 | |
| LOW | videotrans/component/onlyone_set_editdubb.py | 229 | |
| LOW | videotrans/component/onlyone_set_editdubb.py | 248 | |
| LOW | videotrans/component/onlyone_set_editdubb.py | 314 | |
| 65 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | cli.py | 352 | # ========================================== |
| MEDIUM | cli.py | 354 | # ========================================== |
| MEDIUM | videotrans/component/textmatching.py | 20 | # ========================================== |
| MEDIUM | videotrans/component/textmatching.py | 22 | # ========================================== |
| MEDIUM | videotrans/component/textmatching.py | 94 | # ========================================== |
| MEDIUM | videotrans/component/textmatching.py | 96 | # ========================================== |
| MEDIUM | videotrans/component/textmatching.py | 335 | # ========================================== |
| MEDIUM | videotrans/component/textmatching.py | 337 | # ========================================== |
| MEDIUM | videotrans/component/textmatching.py | 473 | # ========================== |
| MEDIUM | videotrans/component/textmatching.py | 475 | # ========================== |
| MEDIUM | videotrans/component/textmatching.py | 497 | # ========================== |
| MEDIUM | videotrans/component/textmatching.py | 499 | # ========================== |
| MEDIUM | videotrans/process/signelobj.py | 4 | # ========================================== |
| MEDIUM | videotrans/process/signelobj.py | 6 | # ========================================== |
| MEDIUM | videotrans/process/signelobj.py | 19 | # ========================================== |
| MEDIUM | videotrans/process/signelobj.py | 21 | # ========================================== |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | sp.py | 142 | |
| LOW | tests/test_base_trans.py | 1 | |
| LOW | tests/test_base_recogn.py | 3 | |
| LOW | videotrans/ui/en.py | 4 | |
| LOW | videotrans/winform/fn_recogn.py | 13 | |
| LOW | videotrans/winform/minimaxi.py | 3 | |
| LOW | videotrans/winform/minimaxi.py | 5 | |
| LOW | videotrans/winform/cambtts.py | 31 | |
| LOW | videotrans/util/tools.py | 4 | |
| LOW | videotrans/util/tools.py | 5 | |
| LOW | videotrans/util/tools.py | 6 | |
| LOW | videotrans/util/tools.py | 7 | |
| LOW | videotrans/util/tools.py | 8 | |
| LOW | videotrans/util/TestSTT.py | 15 | |
| LOW | videotrans/util/TestSTT.py | 15 | |
| LOW | videotrans/util/TestSTT.py | 15 | |
| LOW | videotrans/util/TestSTT.py | 15 | |
| LOW | videotrans/util/TestSTT.py | 15 | |
| LOW | videotrans/util/TestSTT.py | 15 | |
| LOW | videotrans/util/TestSTT.py | 15 | |
| LOW | videotrans/task/only_one.py | 6 | |
| LOW | videotrans/process/tts_fun.py | 43 | |
| LOW | videotrans/process/__init__.py | 1 | |
| LOW | videotrans/process/__init__.py | 1 | |
| LOW | videotrans/process/__init__.py | 1 | |
| LOW | videotrans/process/__init__.py | 1 | |
| LOW | videotrans/process/__init__.py | 1 | |
| LOW | videotrans/process/__init__.py | 1 | |
| LOW | videotrans/process/__init__.py | 2 | |
| LOW | videotrans/process/prepare_audio.py | 2 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | videotrans/tts/_azuretts.py | 5 | from azure.core.exceptions import ResourceExistsError, ClientAuthenticationError, ResourceNotFoundError |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | videotrans/util/cn_tn.py | 1 | #!/usr/bin/env python3 |
| LOW | videotrans/util/cn_tn.py | 841 | self.date = date |
| 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 |