-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flashing/flickering text #223
Comments
Can you post your whole command used? |
--compute_type float16 --highlight_words true
|
I think that's Subtitle Edit issue. Disable SE's post-processing! Ping to @niksedk |
oh youre right. i am new to subtitle edit i forgot about post-process. sorry for your time and thank you. i added a example for better understanding here is more info for SE guys
this is faster-whisper.exe when i run from cli with these commands: .\whisper-faster.exe '.\The Hacker (Quarantine Short Film) (1080p_25fps_H264-128kbit_AAC).mp4' -l English -m tiny -o source --compute_type float16 --highlight_words true Details
|
Turn off SE's "Post-processing" when using the SE will do this automatically in next SE update |
when enable highlight_words text is flicker like in this example openai/whisper#1072
The.Hacker.Quarantine.Short.Film.1080p_25fps_H264-128kbit_AAC._burn-in_1920x1080_x264.mp4
i used this for example https://www.youtube.com/watch?v=ErRr-vA7_-U
i dont know if this a problem from whisperx or faster-whisper implementation
but it should be fixed in whisper in this commit openai/whisper#1087
The text was updated successfully, but these errors were encountered: