tmoroney / auto-subs

Generate subtitles using OpenAI Whisper in Davinci Resolve editing software.
https://tom-moroney.com/auto-subs/
MIT License
599 stars 35 forks source link

Plugin Window not opening when clicking auto-subs (Davinci Resolve 19) #87

Closed CreativeNick closed 1 month ago

CreativeNick commented 1 month ago

I seemed to successfully install the plugin using the automatic Windows method, but nothing happens when I click on Workspace --> Scripts --> auto-subs. The window does not open. The python file auto-subs.py is also in the proper scripts folder, so I'm not really sure why the window is not opening.

I'm using Davinci Resolve 19 on Windows 11.

Below is my terminal output:

PS C:\WINDOWS\system32> Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/tmoroney/auto-subs/main/update-script.ps1").Content
Downloading latest version of auto-subs.py...
auto-subs.py downloaded successfully.
Placed in directory - C:\ProgramData\Blackmagic Design\DaVinci Resolve\Fusion\Scripts\Utility
You can now access the script in DaVinci Resolve from Workspace -> Scripts in the top menu.
CreativeNick commented 1 month ago

Update: Nevermind! There was a slight issue with my install but it works now!

NoelDavies commented 2 weeks ago

How did you fix this @CreativeNick