Search results

  1. SamKook

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

    Their timing is shit too or at least whisper timing are, haven't looked at too many others. Usually you want just a little bit of lead in, respect scene changes as much as possible and don't display the subs for too long or too short. What whisper does is pretty much display all subs for the...
  2. SamKook

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

    JAV is broad so not always easy to find people interested in the same styles. I'd have considered timing for lesbian stuff but gokkun is pretty much the opposite of that. And I also don't want to spend time properly timing a so-so AI translation so won't come back out of timing retirement seems...
  3. SamKook

    さくら企画 Sakura Kikaku Public/Outdoor Exhibitionism

    New links for MPD-046, SKND-041 and SKND-046.
  4. SamKook

    FileJoker Sponsorship

    They're the only filehost that's required, not the only one allowed and it's that way because they sponsor the forum which keeps this expensive website free.
  5. SamKook

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

    Haven''t tested it but you can edit the code on those colab and the vad one already has a list of words it replaces so nothing would stop anyone from adding their own list of words to get replaced there.
  6. SamKook

    さくら企画 Sakura Kikaku Public/Outdoor Exhibitionism

    If all links are dead, sure, but it will likely take me about a week until I can, I don't have access to my computer atm.
  7. SamKook

    The Akiba-online English Sub Project★NOT A SUB REQUEST THREAD★

    Yeah, in theorie the other thread is just for posting subs but it's where most people discuss sub related stuff. You could start a new thread about whisper settings optimization and link it over there so people can easily find it.
  8. SamKook

    The Akiba-online English Sub Project★NOT A SUB REQUEST THREAD★

    It is impressive but also very random with the results so it's more of a good starting point than a full solution in my opinion, but the result is good enough for many. There's a few collab options that allow people without a top class GPU to use the bigger models like the one mentioned in the...
  9. SamKook

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

    If you look at this post of mine, in the first edit, I've checked the whisper code where it process the input audio it's getting with ffmpeg: https://www.akiba-online.com/threads/post-your-jav-subtitle-files-here-jav-subtitle-repository-jsp-not-a-sub-request-thread.1466451/post-4620317 What...
  10. SamKook

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

    Yeah, the GPU check selects a GPU and reserves it so you need to upload before doing that.
  11. SamKook

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

    Or do all your uploads(or the first one at least) before reserving a gpu so other people can use it while you're not using it and do it all at once once that's done or once you've uploaded enough that you won't need to stop running whisper. Doesn't take that long to prepare everything to run...
  12. SamKook

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

    That warning means whisper isn't actually running since the gpu isn't in use, it's sitting idle and they don't want you to waste time not using a gpu others could be using. To know what the actual problem is, scroll down at the very bottom and you'll see a log of what it is actually currently...
  13. SamKook

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

    I had to change "css selector" with By.CSS_SELECTOR in 3 places for it to work for me. What do you mean exactly by it fails? I've tried it with a 5 chunk one and it did produce a combined SRT but it does seem to skip the last line of each chunk(hard to say for sure though), unless something...
  14. SamKook

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

    Be aware that whisper is random. It won't give you the same amount of lines if you rerun the exact same audio unmodified in my experience so comparing like this is mostly meaningless.
  15. SamKook

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

    Post your script and I can see if it's easy to fix or not.
  16. SamKook

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

    You can see all the code they use to run it, what they install, etc. so if you reproduce that, you can use it on your own pc too. It's all for linux though so you'd have to convert it to windows(I'm assuming).
  17. SamKook

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

    Demux it. Google how for your specific extension or use mkvtoolnix to put just the audio in an mka.
  18. SamKook

    さくら企画 Sakura Kikaku Public/Outdoor Exhibitionism

    New links for SCN-034, SCN-063, SCN-071 and SKND-055.
  19. SamKook

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

    There's very little skill involved into doing it yourself so the least you could do is try. All the common problems you could run into have a solution on this thread as well as multiple tutorials on how to do it. If you run into an issue, just post your detailed problem here and people will...
  20. SamKook

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

    It also uses ffmpeg to load the audio so it'll support just about anything, what's in the audio path is just an example. It gets converted internally in whisper to that either way so all whisper processes is mono audio. For those other software, maybe they try to do extra stuff before whisper...
  21. SamKook

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

    Depends entirely on the bitrate used to encode the original audio. What matters most is the quality of the audio. With equal size, between mp3, m4a(aac) and opus, opus will sound closer to the original, followed by aac, followed by mp3. And if you encode the original audio to either of those 3...
  22. SamKook

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

    The problem with comparing setting is that whisper isn't reliable. Even using the exact same settings, you'll get a different number of lines every time(never tested the same audio more than 4 times though but that's a lot already). No idea how it can sometimes fail and sometimes not with the...
  23. SamKook

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

    It's a more modern audio compression format(m4a is aac) than mp3 and it's better at compressing than mp3 is. But opus beats both since it's even more modern and compresses even better so if you're going to convert it, which I wouldn't unless you're modifying the audio in some way, then better...
  24. SamKook

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

    I'd say do a search for my user and limit the results to only this thread and with a bit of reading, you'll figure it out. Most of my posts lately are about helping people with making both the online and offline version of whisper work
  25. SamKook

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

    No you don't. Purchasing computer units is just reserving a spot to use the remote computers to run whisper. It's completely free to run it on your own pc.
  26. SamKook

    Zool's Full Fisting & Extreme Thread

    He last logged in the forum on october 11th 2021 so he hasn't been around for a while.
  27. SamKook

    [ACZD-080] Ririka Kojima 小島りりか - A troubled little sister who can't get out of diapers needs a big sister to take care of her. Diaper Club selection

    A troubled little sister who can't get out of diapers needs a big sister to take care of her. Diaper Club selection おむつの外せない困った妹には、お姉ちゃんのお世話が必要です おむつ倶楽部selection https://www.sanwapub.com/products/detail.php?product_id=21871 Studio: Abnormal Company Label: Diaper Club selection Director...
  28. SamKook

    さくら企画 Sakura Kikaku Public/Outdoor Exhibitionism

    New links for SCN-036, SCN-057 and SCN-068.
  29. SamKook

    [KV-230] Momoka Kato 加藤ももか - Pacifier Prep School 70

    Pacifier Prep School 70 おしゃぶり予備校70 https://www.knights-visual.com/works/furasupi/oshaburi_yobiko/kv-230/ Studio: Knights Visual Label: Furasupi Director: Hituki(ひつき) Code: KV-230 Runtime: 122 min Genre: Hetero, Gokkun Cen/Uncen: Censored Actresses: Momoka Kato(加藤ももか) Release Date: 2020/10/24...
  30. SamKook

    Bibian Collection [BBAN-xxx]

    Girl to girl, friend to friend. Two people who are not in a physical relationship take private selfies lesbian filming. 女子同士 友達同士。カラダの関係のない2人がプライベート自撮りレズ撮影。 https://bibian-av.com/works/detail/BBSS066 Studio: Bibian Label: - Director: Unknown Code: BBSS-066 Runtime: 230 min Genre: Lesbian...
  31. SamKook

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

    Also available on something like ijavtorrent if you don't want horrible streaming quality.
  32. SamKook

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

    It's an audio format, like mp3 or aac. There's many software that support it, I use either ffmpeg or opus tools but both are command line. Since I get asked all the time something like that here and I use mostly command line stuff since I automate these things which doesn't make for the best...
  33. SamKook

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

    I know someone else is working on making an easy to use installer for it where you can just drag your files and it'll do its thing but no clue if or when they'll release that. M4a use aac as the codec so it has better compression than mp3 since it's more recent, but not as good as opus since...
  34. SamKook

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

    The whole point is to avoid an extra mp3 conversion. And whatever input you give to whisper, it'll change it to 16k mono wav. The best result you see are just random and do not depend on the format of the input. You can feed it the exactsame audio file multiple times and you'll get a different...
  35. SamKook

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

    Me I'd just use ffmpeg which does all that in 1 step but it's a command line software so not the easiest thing to use. Many software allow saving to wav so you just need one that give you enough control to do that. With ffmpeg, it would look like this: "ffmpeg.exe" -i "input.mp4" -vn -ac 1 -ar...
  36. SamKook

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

    Mp3 is always a lossy conversion, regardless of the bitrate and so is opus. You won't hear the difference at such a high bitrate but who knows how it can affect a computer software. Wav, on the other side, is a mathematically lossless conversion meaning that no information is lost during the...
  37. SamKook

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

    1. If you're going to do some processing on it before uploading, you should also make it mono, you're gonna save half the size and whisper is gonna do that anyway. Also, unless you have a slow upload or are in a hurry, it's better to convert it to wav instead to preserve as much quality as...
  38. SamKook

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

    Best would be to extract/demux the original audio rather than convert it. There's many tools and tutorial about it on the net if you use the term demux and the extension of your video file. It also has been discussed many times in the last few pages here.
  39. SamKook

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

    Can't help you with so little information. When you first use a model, it has to download it and it's a pretty big file so that's probably what it was working on for those several minutes you saw.
  40. SamKook

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

    I purposefully included the address bar in the screenshot from the post I made above yours so people would know, but here it is anyway, it's the WhisperWithVAD link people keep posting here: https://colab.research.google.com/github/ANonEntity/WhisperWithVAD/blob/main/WhisperWithVAD.ipynb And...
  41. SamKook

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

    In case there were any doubts that something other than 16kHz worked with the online version, I did a test just now with a 3h52m video: I also included the resulting srt sub with no editing.
  42. SamKook

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

    No, it does work, I tested this on the colab with a 3 hour 48kHz audio file and it worked perfectly. The whisper code will convert it to 16kHz internally, that won't change whether it's local or remote.
  43. SamKook

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

    That's not going to do anything, it'll just get ignored and keep the original sampling rate, which for the vast majority of audio is 48k or 44.1k(don't think I've seen a different one than those 2 in a movie or music/audio file unless it's a weird file). It's almost certainly not going to be 16k...
  44. SamKook

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

    There's no benefit to using wav instead of just copying the audio and wav files will be 10-11 times bigger on average so that means if you have to upload it, it'll take that much longer. I'd just do something like this instead after checking what the audio type is with mediainfo to set the...
  45. SamKook

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

    From the screenshot, his video is a mp4 so I don't think mkvtoolnix works for that, at least it didn't before, only for mkv. Multiple people mentionned some so just pick one. i use mp4box with a separate gui but the new version complicates things so not the easiest to install. Edit: Googling...
  46. SamKook

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

    The difference is not big, likely unnoticeable in most cases. but it could hurt recognition and almost certainly won't help if you convert instead of extract. A very expensive nvidia gamer gpu(RTX 3080 in my case) is what most people would have that can work well enough for it, but just to do...
  47. SamKook

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

    ^ That is very likely the solution, uploading an audio file(that you tested to make sure is working first). What that ffmpeg error means is the input file isn't detected as audio basically so either the uploaded file got corrupted, was corrupt to begin with or the colab version can't handle...
  48. SamKook

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

    :kecewa: You're making me feel bad now since all I had to do the first time I installed it was to copy paste the command and run it, lol.
  49. SamKook

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

    What I'm saying is that you doing that did nothing, you must have done something differently after installing it that fixed it(or your audio file was corrupt before). It's true ffmpeg is required, but only on the pc whisper is running on.
  50. SamKook

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

    That doesn't make any sense, it's doing the processing entirely off of your computer once you upload the file so installing anything locally wouldn't help in any way. What that error means is that ffmpeg had an error while running, not that it's missing. More specifically, it's unable to create...