Search results

  1. E

    Whisper (OpenAI) - Automatic English Subtitles for Any Film in Any Language - An Intro & Guide to Subtitling JAV

    Hey thx. I'm not using the API because I don't want to be dependent on some key and all that goes with it. I'd also probably max out the API free use very quickly. I did manage to automate tranlation from the online regular interface with playwright. That means I could eventually split each sub...
  2. E

    Whisper (OpenAI) - Automatic English Subtitles for Any Film in Any Language - An Intro & Guide to Subtitling JAV

    My grain of salt for programmers out there. I cloned the regular Whisper and created a python 3.9 environement with all the dependencies not to mess with my global python. I scrape movies into folders as part of my download routine. I made a batch in LINQPad that go over folders that don't...