yes and no, they are former workers, but their reputation is good, they worked on Tesla cars.Wow i take some time off from subtitling and looks we are using Daddy Elon's openAI software to translate even better than before. The future is now!
yes and no, they are former workers, but their reputation is good, they worked on Tesla cars.Wow i take some time off from subtitling and looks we are using Daddy Elon's openAI software to translate even better than before. The future is now!
Most important of all activate the virtual gpu.... (execution environment) if you do not activate it you will not be using the virtual GPUs and your subtitle will never finish.Copy the address from where to where?
What has happened so far is I selected the file and it just sits there now for 40 minutes saying "0% complete."
Most important of all activate the virtual gpu.... (execution environment) if you do not activate it you will not be using the virtual GPUs and your subtitle will never finish.
View attachment 3126735
View attachment 3126736
And that's it, you already have your subtitles created.
View attachment 3126737
View attachment 3126738
There is no tab called execution environment in the page you linked. Best guess is that this is called the "runtime" tab in English. When I open it the options look totally different from your screenshots. Under the option "change runtime type" there is a pull down menu "none, GPU, TPU." It was already set to GPU. Going to leave it there unless you say otherwise.Look in the menu, the execution environment tab, change environment, select gpu and click save.
View attachment 3126739
View attachment 3126740
View attachment 3126741
to the download folder, which you have default on your computer, sometimes it lets you select and in others it downloads directly without asking.There is no tab called execution environment in the page you linked. Best guess is that this is called the "runtime" tab in English. When I open it the options look totally different from your screenshots. Under the option "change runtime type" there is a pull down menu "none, GPU, TPU." It was already set to GPU. Going to leave it there unless you say otherwise.
Where does the file go when it's finished?
There has already been a debate about the virtues and errors of Whisper, we already mentioned that it is not for people who want something perfect, or who dominate the Japanese language, that it will not replace human translators, but it is a help for those who want create a subtitle without waiting for someone to upload it, in the posts on the previous pages, you can see a whole discussion about it, there I mention that it is not perfect.oh my god this is amazing im in god dam tears im not gonna have to get neuralinkd just to learn japanese i can use this AI tool instead. thank you JAV gods and akiba online community for bestowing this gift upon this Christmas! i'm sorry i can't take it anymore!
yeah its awesome im sincrely enjoying sorry if it looked like sarcasm. I am trying that Google Collab version you posted now thanks for sharing. Looks like it has extra stuff for JAV than default whisper AI tool has.There has already been a debate about the virtues and errors of Whisper, we already mentioned that it is not for people who want something perfect, or who dominate the Japanese language, that it will not replace human translators, but it is a help for those who want create a subtitle without waiting for someone to upload it, in the posts on the previous pages, you can see a whole discussion about it, there I mention that it is not perfect.
I don't think you need be signed in. Look i just uploaded this without logging in.Does someone knows how to post subtitles to SubtitleCat? - I tried to make a account but they don't know how to code a website because nothing happens when I click on register. Really wanted to share my work with the community.
pip install git+https://github.com/openai/whisper.git
pip3 uninstall torch torchvision torchaudio
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116
quoting you so this goes on the new page --- nice tut!I don't want to be mean since not everyone is good with computers, but whisper is actually very easy to install.
What's most likely happening to most people who failed is they did a small mistake somewhere because they're not familiar how command line works or they needed administrator rights or they didn't select the add python or git to the PATH environment variable during the installation or something else like that and it ends up not working.
Since nobody gave me enough information here to actually diagnose the installation problem they were having or created a thread in the tech support section of the forum, who knows where you're all failing.
Here's a quick guide with the required steps which will hopefully help some(just tested it in a fresh win11 VM to make sure it really is that simple, but I can't test the usage from that fresh install since the VM doesn't see my GPU):
1. Whisper works with python 3.7 to 3.10(not 3.11 yet which is currently the latest) so go to python.org, download python 3.10.9(or whatever 3.10 version is the current one when you read this), just scroll down a bit in the downloads page to find a download link for it. Most will want the "Windows installer (64 bit)" version.
When you install it, you can use the default everything but make sure to check "add python.exe to PATH" to launch python from any folder. Extending the character limit at the end isn't a bad thing either.
2. Install git from git-scm.com and use the default except where it ask to install it to PATH which you want.
3. Open a command line window(open start menu and type cmd) and type the following in it and press enter
Code:pip install git+https://github.com/openai/whisper.git
Type whisper in that same command line to make sure it really worked(should type a bunch of stuff like the usage help and an error that says missing audio) and that's it, whisper is installed.
By default, it'll likely only work with your cpu so if you see it says it uses the cpu(gives an error cpu doesn't support FP16 when it starts so easy to tell) but if you have an nvidia gpu, then there's 2 extra steps(or just do the extra step 2 before step 2 and 3 from the installation instructions above, assuming you never tried to install whisper before):
1. In the command line type the following to uninstall 3 modules whisper installed(don't know why pip has a 3 here, might not be required but I'm far from a python pro so I'm following pytorch instructions and not questioning it)
Code:pip3 uninstall torch torchvision torchaudio
2. Go to pytorch.org and on the main page, in the "INSTALL PYTORCH" section, choose stable, windows, pip, python and whichever version of cuda your gpu support, lowest one in case of doubt, copy the pip3 command it creates below and type that command in the command line.
Mine looked like this:
Code:pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116
Then whisper should use your gpu properly instead of defaulting to the cpu. Be warned that there's a 2.4GB download or so for the cuda thing.
You should be proud of your knowledge of Japanese. It's a "difficult" but fun language.I envy those of you who can use Whisper to make subtitles, seems complicated to install but it also seems much faster than my method. My method is very archaic, I'm learning Japanese (I'm already at an advanced stage of my learning process) and I do everything by hand just listening to what they're saying and I only use machine translation when there's really loud music or when the actresses are practically whispering.
That's why is kinda slow, but very accurate. I'm maybe 35% done with MIAE-208 which is a really, really dialogue heavy long movie.
Most likely. Once it becomes user friendly than more can enjoy it.Tried installing Whisper and several other programs which are supposed to be prereqs. Doesn't work. Not recognized in the command line. It's just too complicated for most people to even install all of it. Maybe a more consumer friendly version will get released.
You too funnyoh my god this is amazing im in god dam tears im not gonna have to get neuralinkd just to learn japanese i can use this AI tool instead. thank you JAV gods and akiba online community for bestowing this gift upon this Christmas! i'm sorry i can't take it anymore!
When I attempted to upload the sound file for ffprobe assistanceI don't think it is the size, I have uploaded files that exceed 200 mb, they also exceed 2 hours, so the error must be something else.
View attachment 3126676