narakeet/Narakeet
Build videos directly from GitHub repositories using Narakeet
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub action Authentication Token | yes | — |
| api-key | Narakeet API Key | yes | — |
| source-path | Relative path to the main video source file (.yaml or .json) | yes | — |
| api-url | (optional) override for the API URl | no | — |
| result-file | (optional) Local file system path for the result file | no | — |
Outputs
| name | description |
|---|---|
| video-url | Temporary video URL - valid for 10 minutes |
| video-file | Resulting video file, ready for uploading to artifacts or further processing |
| poster-url | Temporary poster image URL - valid for 10 minutes |
| poster-file | Resulting poster image file, ready for uploading to artifacts or further processing |
| srt-url | Temporary subtitle (.srt) URL - valid for 10 minutes. Only set if video produces external subtitles. |
| srt-file | Resulting subtitle (.srt) file, ready for uploading to artifacts or further processing. Only set if video produces external subtitles. |
| vtt-url | Temporary subtitle (.vtt) URL - valid for 10 minutes. Only set if video produces external subtitles. |
| vtt-file | Resulting subtitle (.vtt) file, ready for uploading to artifacts or further processing. Only set if video produces external subtitles. |