SE #8562
Closed
Policing2024
started this conversation in
Ideas
SE
#8562
Replies: 2 comments
-
Write the command(s) you want in the top combo box, like Some quick buttons added for a few common command line parameters |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sir
whisper stable-ts
No text found err msg pls
On Sat, Jun 22, 2024, 21:26 Nikolaj Olsson ***@***.***> wrote:
Write the command(s) you want in the top combo box:
image.png (view on web)
<https://github.com/SubtitleEdit/subtitleedit/assets/1261331/b92bb03a-fe3b-483d-b2fe-d30fb2f4c2f3>
Some quick buttons added for a few common command line parameters
—
Reply to this email directly, view it on GitHub
<#8562 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BAA5ONWYJEOFA6ZRAK2DYETZIXMYBAVCNFSM6AAAAABJW5LOMKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQNBYHAZDI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
Date: 06/26/2024 12:28:52
SE: 4.0.6.34 - Microsoft Windows NT 10.0.26100.0 - 64-bit
Message: C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\stable-ts.exe --language hi --model "large-v3" --task translate "D:\RAKSHAK 1996 DVDRIP XVID UNTOUCH AC3 Striker WBZ.wav" -o RAKSHAK 1996 DVDRIP XVID UNTOUCH AC3 Striker WBZ.srt
…-----------------------------------------------------------------------------
Date: 06/26/2024 12:28:58
SE: 4.0.6.34 - Microsoft Windows NT 10.0.26100.0 - 64-bit
Message: Calling whisper (stable-ts) with : C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\stable-ts.exe --language hi --model "large-v3" --task translate "D:\RAKSHAK 1996 DVDRIP XVID UNTOUCH AC3 Striker WBZ.wav" -o RAKSHAK 1996 DVDRIP XVID UNTOUCH AC3 Striker WBZ.srt
from stable_whisper.whisper_word_level import cli
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\__init__.py", line 1, in <module>
from stable_whisper.whisper_word_level import cli
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\stable-ts.exe\__main__.py", line 4, in <module>
File "<frozen runpy>", line 88, in _run_code
Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main
We expect that some modules will need time to support NumPy 2.
downgrade to 'numpy<2' or try to upgrade the affected module.
If you are a user of the module, the easiest solution will be to
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
versions of NumPy, modules must be compiled with NumPy 2.0.
NumPy 2.0.0 as it may crash. To support both 1.x and 2.x
A module that was compiled using NumPy 1.x cannot be run in
EPSILON = torch.tensor(torch.finfo(torch.float).eps)
C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\torchaudio\compliance\kaldi.py:22: UserWarning: Failed to initialize NumPy: _ARRAY_API not found (Triggered internally at ..\torch\csrc\utils\tensor_numpy.cpp:84.)
EPSILON = torch.tensor(torch.finfo(torch.float).eps)
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\torchaudio\compliance\kaldi.py", line 22, in <module>
from . import kaldi
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\torchaudio\compliance\__init__.py", line 1, in <module>
from . import ( # noqa: F401
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\torchaudio\__init__.py", line 13, in <module>
import torchaudio
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\audio\utils.py", line 7, in <module>
from .utils import (
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\audio\__init__.py", line 7, in <module>
from ..audio.utils import audio_to_tensor_resample
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\stabilization\nonvad.py", line 8, in <module>
from .nonvad import NONVAD_SAMPLE_RATES, audio2loudness, wav2mask, visualize_mask
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\stabilization\__init__.py", line 7, in <module>
from .stabilization import suppress_silence, get_vad_silence_func, VAD_SAMPLE_RATES
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\result.py", line 11, in <module>
from ..result import WhisperResult
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\whisper_word_level\cli.py", line 11, in <module>
from .cli import cli
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\whisper_word_level\__init__.py", line 2, in <module>
Traceback (most recent call last):
NotImplementedError: [''] are not supported. Supported formats: {'txt', 'ass', 'srt', 'json', 'tsv', 'vtt'}.
raise NotImplementedError(f'{unsupported_formats} are not supported. Supported formats: {OUTPUT_FORMATS}.')
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\whisper_word_level\cli.py", line 491, in _cli
_cli(cmd=cmd, _cache=cache)
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\whisper_word_level\cli.py", line 735, in cli
raise e
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\whisper_word_level\cli.py", line 738, in cli
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\stable-ts.exe\__main__.py", line 7, in <module>
File "<frozen runpy>", line 88, in _run_code
File "<frozen runpy>", line 198, in _run_module_as_main
Calling whisper stable-ts done in 00:00:05.2060267
Loading result from STDOUT
-----------------------------------------------------------------------------
Date: 06/26/2024 12:29:37
SE: 4.0.6.34 - Microsoft Windows NT 10.0.26100.0 - 64-bit
Message: C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\stable-ts.exe --language hi --model "large-v3" --task translate "D:\RAKSHAK 1996 DVDRIP XVID UNTOUCH AC3 Striker WBZ.wav" -o RAKSHAK 1996 DVDRIP XVID UNTOUCH AC3 Striker WBZ.srt
-----------------------------------------------------------------------------
Date: 06/26/2024 12:29:41
SE: 4.0.6.34 - Microsoft Windows NT 10.0.26100.0 - 64-bit
Message: Calling whisper (stable-ts) with : C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\stable-ts.exe --language hi --model "large-v3" --task translate "D:\RAKSHAK 1996 DVDRIP XVID UNTOUCH AC3 Striker WBZ.wav" -o RAKSHAK 1996 DVDRIP XVID UNTOUCH AC3 Striker WBZ.srt
from stable_whisper.whisper_word_level import cli
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\__init__.py", line 1, in <module>
from stable_whisper.whisper_word_level import cli
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\stable-ts.exe\__main__.py", line 4, in <module>
File "<frozen runpy>", line 88, in _run_code
Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main
We expect that some modules will need time to support NumPy 2.
downgrade to 'numpy<2' or try to upgrade the affected module.
If you are a user of the module, the easiest solution will be to
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
versions of NumPy, modules must be compiled with NumPy 2.0.
NumPy 2.0.0 as it may crash. To support both 1.x and 2.x
A module that was compiled using NumPy 1.x cannot be run in
EPSILON = torch.tensor(torch.finfo(torch.float).eps)
C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\torchaudio\compliance\kaldi.py:22: UserWarning: Failed to initialize NumPy: _ARRAY_API not found (Triggered internally at ..\torch\csrc\utils\tensor_numpy.cpp:84.)
EPSILON = torch.tensor(torch.finfo(torch.float).eps)
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\torchaudio\compliance\kaldi.py", line 22, in <module>
from . import kaldi
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\torchaudio\compliance\__init__.py", line 1, in <module>
from . import ( # noqa: F401
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\torchaudio\__init__.py", line 13, in <module>
import torchaudio
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\audio\utils.py", line 7, in <module>
from .utils import (
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\audio\__init__.py", line 7, in <module>
from ..audio.utils import audio_to_tensor_resample
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\stabilization\nonvad.py", line 8, in <module>
from .nonvad import NONVAD_SAMPLE_RATES, audio2loudness, wav2mask, visualize_mask
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\stabilization\__init__.py", line 7, in <module>
from .stabilization import suppress_silence, get_vad_silence_func, VAD_SAMPLE_RATES
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\result.py", line 11, in <module>
from ..result import WhisperResult
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\whisper_word_level\cli.py", line 11, in <module>
from .cli import cli
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\whisper_word_level\__init__.py", line 2, in <module>
Traceback (most recent call last):
NotImplementedError: [''] are not supported. Supported formats: {'ass', 'txt', 'srt', 'json', 'tsv', 'vtt'}.
raise NotImplementedError(f'{unsupported_formats} are not supported. Supported formats: {OUTPUT_FORMATS}.')
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\whisper_word_level\cli.py", line 491, in _cli
_cli(cmd=cmd, _cache=cache)
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\whisper_word_level\cli.py", line 735, in cli
raise e
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\whisper_word_level\cli.py", line 738, in cli
File "C:\Users\ABDULS_X5\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\stable-ts.exe\__main__.py", line 7, in <module>
File "<frozen runpy>", line 88, in _run_code
File "<frozen runpy>", line 198, in _run_module_as_main
Calling whisper stable-ts done in 00:00:03.0222545
Loading result from STDOUT
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to use advanced command line parameters please
Beta Was this translation helpful? Give feedback.
All reactions