GithubHelp home page GithubHelp logo

Comments (11)

PetrusVermaak avatar PetrusVermaak commented on June 12, 2024 1

Thanks! --one_word 1 worked great! We use it to remove unwanted words from videos. It's a very fast way of editing.

from whisper-standalone-win.

Purfview avatar Purfview commented on June 12, 2024

Whisper is notorious for subtitles being way out of sync.

That's outdated info. For same reason "Whisper Timestamped" is not actual for that anymore.

Btw, do you actually use Whisper? Use Faster-Whisper!

from whisper-standalone-win.

PetrusVermaak avatar PetrusVermaak commented on June 12, 2024

Yea I meant whisper faster. So whisper faster no longer has the timestamp issue? Because I still get out of sync files...

Here is a typical cmd, am I doing something wrong?
./whisper-faster "G:\audiofile.mp4" --language=English --vad_filter True --language=English --model=large-v3 --beam_size=1 --threads=12

from whisper-standalone-win.

Purfview avatar Purfview commented on June 12, 2024

So whisper faster no longer has the timestamp issue?

No longer the "outdated" timestamps issues.

Because I still get out of sync files..

Can't comment on that without a sample [cut a short one].

Here is a typical cmd, am I doing something wrong?
./whisper-faster "G:\audiofile.mp4" --language=English --vad_filter True --language=English --model=large-v3 --beam_size=1 --threads=12

VAD is enabled by default, try "large-v2", don't use "beam_size=1" and "--threads".

from whisper-standalone-win.

PetrusVermaak avatar PetrusVermaak commented on June 12, 2024

thanks! will do!

from whisper-standalone-win.

PetrusVermaak avatar PetrusVermaak commented on June 12, 2024

Is there a cmd or setting that can timestamp per word for current version?

from whisper-standalone-win.

Purfview avatar Purfview commented on June 12, 2024

Is there a cmd or setting that can timestamp per word for current version?

It's by default on, --word_timestamps.

from whisper-standalone-win.

PetrusVermaak avatar PetrusVermaak commented on June 12, 2024

Perfect! --word_timestamps True worked. Thank you for an absolutely amazing tool!!

from whisper-standalone-win.

Purfview avatar Purfview commented on June 12, 2024

Worked what? It's "True" by default, you don't need to do anything for it to "work". 😆

from whisper-standalone-win.

PetrusVermaak avatar PetrusVermaak commented on June 12, 2024

cmd would not run without adding true at the end. It said: whisper-faster-r167.2.exe: error: argument --word_timestamps/-wt: expected one argument

I then added --word_timestamps True, this ran but its not broken up per word. What am I doing wrong?

from whisper-standalone-win.

Purfview avatar Purfview commented on June 12, 2024

I then added --word_timestamps True, this ran but its not broken up per word. What am I doing wrong?

You meant srt file is not broken to a one word per sub? That option doesn't do that. There is --one_word option.

Why you need it broken up?

from whisper-standalone-win.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.