Replies: 2 comments 2 replies
-
The best workaround is to use ffmpeg, as described here |
Beta Was this translation helpful? Give feedback.
2 replies
-
You can try #1838 which adds an option to Whisper to specify clip regions. In its simplest usage, you can run whisper with the option |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Im currently using linux command line and transcribing with cpu only (the software for amd gpu isnt robust enough yet). When im transcribing particularly long videos, its somewhat common for the program to die before completting everything. I presume it just runs out of memory or something.
Anyway, its relativally simple for me to copy the transcribed section and save it on a notepad, but i coulndt find any command to resume the transcription from the exact moment where the program died on and foward. I tried to find a solution on the --help section and even here, but didnt found any command for it, only some workarounds. What im missing something?
Beta Was this translation helpful? Give feedback.
All reactions