Post your JAV subtitle files here - JAV Subtitle Repository (JSP)★NOT A SUB REQUEST THREAD★

Thank you, mei2.
I installed GIT and used the command line to install whisper jav.
It took me a fair amount of search to find the install path in Windows 10.
C:\Users\*****\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\whisperjav

For anyone who's a bit of a noob on command line programs, this is what I had to do to get it to 'work'.

I had to install ffmpeg in the Windows Path.
Download the full ffmpeg pack. Unpack. Rename folder ffmpeg. Move filder to C: (main OS location).
Then open cmd as administrator and type:
setx /m PATH "C:\ffmpeg\bin;%PATH%

After that, you can use the GUI.
For me, the processing stops (it doesn't finish downloading the model) after a while and the program freezes for a long time, but it may work for someone else. I get an error message about the model name.

RuntimeError: Model has been downloaded but the SHA256 checksum does not not match. Please retry loading the model.
This is wrong. The model download doesn't finish. I've tried 3 times and it always fails before full download and the program freezes.

I have models downloaded already.
Can I copy them into Whisperjav?
Right now the program tires to download models in a huggingface folder.
I also get references to a CUDA file that needs to be added to a path.

I can't use the CMD commands shown on the GitHub page.
"'whisperjav' is not recognized as an internal or external command, operable program or batch file."
There is no file called whisperjav anywhere that I can find. Only whisperjav_gui.py and since I can't make that work...
Help?

I am currently using Faster Whisper XXL and have copied the command line examples I've found.
It works fairly well.
 
Last edited:
  • Like
Reactions: mei2
Thank you, mei2.
I installed GIT and used the command line to install whisper jav.
It took me a fair amount of search to find the install path in Windows 10.
C:\Users\*****\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\whisperjav

.......

I can't use the CMD commands shown on the GitHub page.
"'whisperjav' is not recognized as an internal or external command, operable program or batch file."
There is no file called whisperjav anywhere that I can find. Only whisperjav_gui.py and since I can't make that work...
Help?

Thanks for this @ericf . It sounds like the installation has failed. That explains both behaviours of CLI ('whisperjav' is not recognized ..'), and that the GUI unresponsiveness.

I like your idea, since faster whisper XXL has already installed the python, torch, cuda, etc, would be an efficient way to reuse that if possible. That would reduce my current exe file size/problem significantly.
 
  • Like
Reactions: ericf
The unresponsiveness is mainly while it's trying to install the models before starting the audio check. When it stops trying, I can access the GUI without the problems I mentioned.
Let us know if you have some solution to the installation problem.
I don't know anything about adding file paths and such things.
 
  • Like
Reactions: mei2
Hi folks. Are people actually downloading my srt files? I have gotten a nice message from ImScully and he generally gives me a thumbs up, but I wondered if anyone else gives a damn about them. Maybe the quality isn't up to par or people just don't give a fuck. That's cool. I could easily just pm ImScully and send him the link wihout constantly posting here when I get a new letter completed. I'm not expecting anyone to bow down and tell me how amazingly amazing I am.... well maybe just a little, but like I said, if no one gives a crap then I can easily just send the link to ImScully. So, please let me know if you're interested in these files and I'll make the call. IN the meantime, Here is the letter "I" Cheeers: https://filejoker.net/emcfvqfb2mey/I.zip
Thank you for your subtitles. Much appreciated! Looking forward to your future releases.
 
  • Like
Reactions: ericf and Imscully
DScott said:
Hi folks. Are people actually downloading my srt files? I have gotten a nice message from ImScully and he generally gives me a thumbs up, but I wondered if anyone else gives a damn about them. Maybe the quality isn't up to par or people just don't give a fuck. That's cool. I could easily just pm ImScully and send him the link wihout constantly posting here when I get a new letter completed. I'm not expecting anyone to bow down and tell me how amazingly amazing I am.... well maybe just a little, but like I said, if no one gives a crap then I can easily just send the link to ImScully. So, please let me know if you're interested in these files and I'll make the call. IN the meantime, Here is the letter "I" Cheeers: https://filejoker.net/emcfvqfb2mey/I.zip

I downloaded I and J. Thanks. I'm not too enthusiastic about filejoker. I know it's the required filehost, though.
Thank you again.
 
Thanks, Chuckie!!! You know how much I love Rena Fukiishi in Mom/Milf roles. She's great in this one. My one gripe....no pregnancy bump or even a positive pregnancy test at the end. (Especially when they specifically mention "making a baby" or "pregnant" in the title. Love the series overall though. Much more realistic and slow-burn/romantic. I look forward to seeing what you came up with. Cheers
Absolutely, this is a fantastic series. However, I feel it still falls short in the romance department compared to the quality found in well-written stories (like those in the top sections of Literotica).

For instance, this series would have been even better if the progression over the entire month had been depicted more gradually throughout most of the film. This approach would allow for just one sex scene at the end, but it would have made for a better (and different) movie!

Am I the only one who feels this way?
 
  • Like
Reactions: Imscully
Hi,

I've just dropped a new version of WhisperJAV (v1.1) with new features.
The new version installs via pip and you can run it as a CLI or through the new GUI.
It's still a work in progress, so think of it as a beta test.
I plan to add an exe file later. The current exe is way too large (3GB because of all the torch and everything).
For colab users a new notebook is coming --there is one at the moment which is in alpha state.
This is the first time I am doing a pip install attempt, I'm sure it might not be universally smooth in all environments.
All your comments, suggestions, bug reports, and feature requests are very welcome.


For me it seems to be using the CPU. I have high CPU load and I see it using only 400MB of VRAM when I start it (It's usually between 3 to 4,5GB). 3% took 10 minutes which is even slow to be CPU.

Copyright (c) 2005-2025 NVIDIA Corporation
Built on Fri_Feb_21_20:42:46_Pacific_Standard_Time_2025
Cuda compilation tools, release 12.8, V12.8.93
Build cuda_12.8.r12.8/compiler.35583870_0
 
  • Like
Reactions: mei2
The unresponsiveness is mainly while it's trying to install the models before starting the audio check. When it stops trying, I can access the GUI without the problems I mentioned.
Let us know if you have some solution to the installation problem.
I don't know anything about adding file paths and such things.

I updated the installation manifest and removed a potential conflict. Can you repeat the installation and test again:

pip uninstall stable-ts (I suspect this is the culprit, so we remove it)
pip install -U git+https://github.com/meizhong986/whisperjav.git (this will install the correct version of what we removed)
 
Last edited:
  • Like
Reactions: ericf
For me it seems to be using the CPU. I have high CPU load and I see it using only 400MB of VRAM when I start it (It's usually between 3 to 4,5GB). 3% took 10 minutes which is even slow to be CPU.

Copyright (c) 2005-2025 NVIDIA Corporation
Built on Fri_Feb_21_20:42:46_Pacific_Standard_Time_2025
Cuda compilation tools, release 12.8, V12.8.93
Build cuda_12.8.r12.8/compiler.35583870_0

Thanks for testing it. Your cuda is 12.8, so it should have used your GPU. I suspect that the torch package is not cuda version. I added torch dependency to the installation. If you repeat the installation (with the -U fllag), it should install cuda version of torch.
 
Here is the Mega-M file. There are 3200 srt files in here. I've deleted all srt's that are 0 or 1 KB. Personally I feel like deleting anything below 5 KB but I'll let you cats be the judge of that. I have another project after I'm done with this. Some of my files are abbreviated versions. I have downloaded a bunch of files from missav and they sometimes only post half of the file so a 3H Mum file may only be the first 2 Hours, or another may be only an Hour of a 4 hour movie. My next big project will be to re-download the correct versions and re-do the srts. IF you encouner any of these, they're a very very small percentage of the files but they're there. Let me know please if you find one of these. So, without further ado, Here is the M file. It is going to take a while for people using the free download at filejoker,, Have fun: https://filejoker.net/xbndtw0p97h0/M.rar
 
After uninstalling that file I had to reinstall git to install the new package.
Also, I got this message:
WARNING: The script stable-ts.exe is installed in 'C:\Users\erik1\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Should I add it?
Can you show me how?
Is it:
setx /m PATH C:\Users\erik1\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts
I'm off to work now so I'll check back in 9 hours.
 
  • Like
Reactions: mei2
After uninstalling that file I had to reinstall git to install the new package.
Also, I got this message:
WARNING: The script stable-ts.exe is installed in 'C:\Users\erik1\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Should I add it?
Can you show me how?
Is it:
setx /m PATH C:\Users\erik1\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts
I'm off to work now so I'll check back in 9 hours.

I'll DM you with some diagnostics. I'd stay away from adding python paths for now --it can mess up your environment.
 
Here is the Mega-M file. There are 3200 srt files in here. I've deleted all srt's that are 0 or 1 KB. Personally I feel like deleting anything below 5 KB but I'll let you cats be the judge of that. I have another project after I'm done with this. Some of my files are abbreviated versions. I have downloaded a bunch of files from missav and they sometimes only post half of the file so a 3H Mum file may only be the first 2 Hours, or another may be only an Hour of a 4 hour movie. My next big project will be to re-download the correct versions and re-do the srts. IF you encouner any of these, they're a very very small percentage of the files but they're there. Let me know please if you find one of these. So, without further ado, Here is the M file. It is going to take a while for people using the free download at filejoker,, Have fun: https://filejoker.net/xbndtw0p97h0/M.rar
Thank you very much!
 
  • Like
Reactions: DScott and Imscully
Absolutely, this is a fantastic series. However, I feel it still falls short in the romance department compared to the quality found in well-written stories (like those in the top sections of Literotica).

For instance, this series would have been even better if the progression over the entire month had been depicted more gradually throughout most of the film. This approach would allow for just one sex scene at the end, but it would have made for a better (and different) movie!

Am I the only one who feels this way?
Another good one -

SDMT-842​

 
Here is the Mega-M file. There are 3200 srt files in here. I've deleted all srt's that are 0 or 1 KB. Personally I feel like deleting anything below 5 KB but I'll let you cats be the judge of that. I have another project after I'm done with this. Some of my files are abbreviated versions. I have downloaded a bunch of files from missav and they sometimes only post half of the file so a 3H Mum file may only be the first 2 Hours, or another may be only an Hour of a 4 hour movie. My next big project will be to re-download the correct versions and re-do the srts. IF you encouner any of these, they're a very very small percentage of the files but they're there. Let me know please if you find one of these. So, without further ado, Here is the M file. It is going to take a while for people using the free download at filejoker,, Have fun: https://filejoker.net/xbndtw0p97h0/M.rar
Wow!! Talk about a huge (up)load. Thanks for sharing.
 
Absolutely, this is a fantastic series. However, I feel it still falls short in the romance department compared to the quality found in well-written stories (like those in the top sections of Literotica).

For instance, this series would have been even better if the progression over the entire month had been depicted more gradually throughout most of the film. This approach would allow for just one sex scene at the end, but it would have made for a better (and different) movie!

Am I the only one who feels this way?
100% A good, slow, seductive burn is always hotter, IMO. When the forbidden romance is incremental, little by little...and the woman/MILF/MOM is gradually pulled deeper and deeper into her son's web of incestuous sin, it's more realistic and way, way sexier. If she is reluctant...and swears (to him or to herself) that she won't go any further with him, the heat has time to get really, really hot. Maybe just allowing him to make naughty comments/compliments at first...followed by holding hands....or a silly, maybe experimental/instructional kiss...each base that she allows him to take brings them both closer to the inevitable run scoring he's been slowly and steadily pushing to score for far, far longer than she would ever imagine.
Once the run/touchdown/dunk has been scored...she realizes that there is no point in lying to herself...or punishing her poor, hormonally challenged, beloved boy any longer...and she allows him to spread her legs further than ever before....knowing he fully intends to plant his seed deep in her fertile womb.
That's hot stuff, right there.
Perhaps naughtier and kinkier than mainstream porn markets would allow...but far, far more exciting to me and, I'm sure, a good many other perverts just like me.
 
Looking forward to O
Que the Village People singing...
(OKSN!!! It's fun to fap to hot OKSN!!! They have everything, for perverts to enjoy. Busty MOMs and their horny Booyyys!)

And S (SPRD!) (Just the thought brought a smile...but no cheesy accompanying music, to mind)
Thanks again for your Herculean efforts, dude! I can't imagine the time, focus, and CPU time you've put into this all-time top project.
I (and others) definitely appreciate it!
Cheers!
 
Last edited:
  • Like
Reactions: DScott
Looking forward to O
Que the Village People singing...
(OKSN!!! It's fun to fap to hot OKSN!!! They have everything, for perverts to enjoy. Busty MILFs and their horny Booyyys!)

And S (SPRD!) (Just the thought brought a smile...but no cheesy accompanying music, to mind)
Thanks again for your Herculean efforts, dude! I can't imagine the time, focus, and CPU time you've put into this all-time top project.
I (and others) definitely appreciate it!
Cheers!
As always ImScully I appreciate the encouragement. Cheers. I just checked my files and only have about 5 OKSN files one only One SPRD. If there's any titles that you want me to make subs for, send me the filenames and I will try and get them so I can do the subs.. Cheers.
 
  • Like
Reactions: Imscully