Search results

  1. E

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

    I've been using openAI small model because my crappy 6GB GPU. It would take around 40mn to 1h30 for any single movie. It was very discouraging. Update: I've finally found time to make a build of whisper.cpp with cuda support. After a little fine tuning of the params, a 2h movie takes 5mn with...
  2. 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...
  3. 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...