Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions se5-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,23 @@
"osx-x64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-remove-unicode-characters-v1.1/RemoveUnicodeCharacters-osx-x64.zip",
"osx-arm64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-remove-unicode-characters-v1.1/RemoveUnicodeCharacters-osx-arm64.zip"
}
},
{
"name": "Google Cloud Speech-to-Text",
"description": "Transcribes the open video with Google Cloud Speech-to-Text v2. Uses word level timings, so cues land on measured speech and silence stays empty. Needs a Google Cloud service account key.",
"version": "1.0.0",
"author": "muaz978",
"url": "https://github.com/muaz978/subtitleedit-gcloud-stt-plugin",
"date": "2026-09-05",
"minSeVersion": "5.0.0",
"downloads": {
"win-x64": "https://github.com/muaz978/subtitleedit-gcloud-stt-plugin/releases/download/v1.0.0/GoogleCloudSpeechToText-win-x64.zip",
"win-arm64": "https://github.com/muaz978/subtitleedit-gcloud-stt-plugin/releases/download/v1.0.0/GoogleCloudSpeechToText-win-arm64.zip",
"linux-x64": "https://github.com/muaz978/subtitleedit-gcloud-stt-plugin/releases/download/v1.0.0/GoogleCloudSpeechToText-linux-x64.zip",
"linux-arm64": "https://github.com/muaz978/subtitleedit-gcloud-stt-plugin/releases/download/v1.0.0/GoogleCloudSpeechToText-linux-arm64.zip",
"osx-x64": "https://github.com/muaz978/subtitleedit-gcloud-stt-plugin/releases/download/v1.0.0/GoogleCloudSpeechToText-osx-x64.zip",
"osx-arm64": "https://github.com/muaz978/subtitleedit-gcloud-stt-plugin/releases/download/v1.0.0/GoogleCloudSpeechToText-osx-arm64.zip"
}
}
]
}