Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffhollan/container-burnin-subtitles
container that takes a video and some subtitles (via URL) and returns a video with subtitles burned-in, and a GIF as well
https://github.com/jeffhollan/container-burnin-subtitles
Last synced: 3 days ago
JSON representation
container that takes a video and some subtitles (via URL) and returns a video with subtitles burned-in, and a GIF as well
- Host: GitHub
- URL: https://github.com/jeffhollan/container-burnin-subtitles
- Owner: jeffhollan
- Created: 2017-10-21T03:49:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-21T03:54:31.000Z (over 7 years ago)
- Last Synced: 2025-01-23T00:45:08.398Z (5 days ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create a video with subtitles burned in
Demo I created so that you could run a video with the Cognitive Services Video Indexer service, pull out all the dialog and subtitle file, pass those into this container (via URL), and it would return the video with subtitles burned-in.
## Environment Variables
|Name|Description|
|--|--|
|subtitles|URL to a subtitle file|
|video|URL to the video|
|generate_gif|`true|false` if you want to generate a 10 second GIF as well|