Whisper AI is a software that allows artificial intelligence to transcribe audio or video files supplied to it. I have no idea how subtitles are made here but someone on Reddit suggested that I share my guide here as people may find it useful. To keep things simple, almost everything is done via powershell and all that is required of you is to copy and paste the commands given below.
Step 1: Write powershell after pressing the windows button on your keyboard and on the right side you should see run as administrator option. If not, right click on powershell and click on run as administrator as seen here (you can choose to open in either of the two ways.)
Step 2: Install chocolatey by pasting the following commands into powershell:
Code:Set-ExecutionPolicy AllSignedStep 3: Open a new powershell in administrator mode like you did in step 1 and paste the following commands one by one:Code:Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
Code:choco feature enable -n=allowGlobalConfirmationCode:choco install python39 github-desktop ffmpegCode:pip install git+https://github.com/openai/whisper.gitStep 4: Download this file: https://mega.nz/file/nLwzFIrQ#IamjPi_d9h7faGlTg0U_zurDsMHiTtoQRQyiyfM4oUohttps://mega....toQRQyiyfM4oUoCode:pip install git+https://github.com/dsymbol/decipher
Step 5: Finally simply drag and drop your file to the BAT file that you just downloaded and the process of creating an SRT file will begin. Depending on how old your PC is, a single play can take the entire night so let it run overnight and be patient. This is a very CPU-intensive task so newer CPUs could do it much faster. I have a quad-core CPU and a single play can take several hours.
+ Reply to Thread
Results 1 to 2 of 2
-
-
The op needed to upload this "humongous" one line of code to the cloud.
Code:FOR %%A IN (%*) DO decipher transcribe -i %%A --model small.en --language English
smh
Similar Threads
-
Subtitle Edit 3.6.10 new version with Whisper option
By loninappleton in forum SubtitleReplies: 33Last Post: 18th Dec 2022, 14:24 -
Site That Prevent Generating PDF for Printing Preview
By devilcoelhodog in forum Off topicReplies: 5Last Post: 11th Apr 2021, 16:16 -
Generating animated frequency spectrum bars from audio to video
By amaipaipai in forum Newbie / General discussionsReplies: 4Last Post: 11th May 2019, 09:39 -
AVS2DVD generating bigger ISO than DVD. Can't burn.
By SF01 in forum Authoring (DVD)Replies: 7Last Post: 15th Feb 2019, 06:34 -
Subtitle Edit Generating Blank srt with timestamps
By aoife in forum SubtitleReplies: 1Last Post: 6th Nov 2018, 11:37