forked from Unmanic/unmanic-plugins
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0014f39
commit b5e7117
Showing
3 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,18 @@ | ||
|
||
This plugin will create an srt subtitle file from a video file's selected audio stream. | ||
##### Description | ||
|
||
:::warning | ||
This plugin is not compatible with linking as the remote link will not have access to the original source file's directory. | ||
This plugin detects a stream's audio language and adds a language tag if the stream has no tag or if it's tagged as unknown. | ||
|
||
Uses OpenAI's Whisper Speech Recognition | ||
|
||
https://github.com/openai/whisper | ||
https://openai.com/index/whisper/ | ||
|
||
##### Configuration | ||
|
||
No configuration is required - the plugin will operate on files that have audio streams tagged with undefined (und) or that | ||
have no audio stream tag at all. | ||
|
||
:::important | ||
This plugin is installed using the init system and apprise is pip installed as part of the the plugin installation. This means that at the time the plugin is installed, apprise is not necessarily > | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,5 @@ | |
"on_worker_process": 1 | ||
}, | ||
"tags": "audio", | ||
"version": "0.0.4" | ||
"version": "0.0.5" | ||
} |