I'm looking for transcribing audio into subtitles, I'm looking for being accurate, fast and batch episodes with 20+ minutes in length.
So far I'm using subtitles edit but the problem isn't fast and accurate.
+ Reply to Thread
Results 1 to 13 of 13
-
-
Use Whisper AI command line version (cmd).
You will need a good computer with a GPU of at least 12GB VRAM to get the best accuracy, or 8GB VRAM for a good accuracy.
Which language are you going to transcribe? -
-
This link should help you get started
https://github.com/openai/whisper -
-
When you say you are using SubtitleEdit, which version are you using and if you have selected the Whisper AI with GPU support to do the transcription?
With 8GB GPU you should use the medium model for best accuracy.
This video should help you to use the correct settings. This will improve the speed and accuracy.
https://www.youtube.com/watch?v=bVkM2XrHF5U&ab_channel=DavidMbugua -
-
When you say you have done it, what do you mean by that?
Well of course you transcribe audio not video.
You can extract the audio and use it as the input file or let ffmpeg do the extraction first. You must install ffmpeg if you didn't already, but I recommend the first option. -
I have started how to work.
So i need to extract the video and turn it into audio first.
[Attachment 72134 - Click to enlarge] -
You have got errors.
Your file name MUST not have a space or just enclose it like this "file name" and NOT file name. -
-
Yes
Your script line should look like this
whisper --model medium --language English "01. Fullmetal Alchemist.mp3"
or
whisper --model medium.en --language English "01. Fullmetal Alchemist.mp3"
If you get errors, try a different model but don't go for large.
Similar Threads
-
Audio to text? Forign audio to text then to English?
By ChasVideo in forum AudioReplies: 0Last Post: 8th Jul 2022, 10:23 -
Convert Timed Text subtitles to ASS with text positions?
By Hakunamatata67 in forum SubtitleReplies: 0Last Post: 3rd Feb 2022, 02:08 -
overlay some text with a black background/white text over one small section
By devdev in forum EditingReplies: 0Last Post: 16th Dec 2020, 12:27 -
Best program for MKV to MP4 or just encoding the audio?
By kkiller23 in forum Newbie / General discussionsReplies: 7Last Post: 28th Oct 2019, 16:08 -
Program for creating animated text titles
By jesusjams777 in forum EditingReplies: 6Last Post: 7th Jan 2019, 09:58