Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honza/extract-subtitle
https://github.com/honza/extract-subtitle
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/honza/extract-subtitle
- Owner: honza
- License: gpl-3.0
- Created: 2021-09-25T18:16:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T15:46:15.000Z (about 3 years ago)
- Last Synced: 2024-06-21T06:42:14.848Z (5 months ago)
- Language: Go
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
extract-subtitle
================Many video files come with embedded subtitles, and many video players can't
access those. This tiny utility extracts the subtitle from the video file into
a separate subtitle file which is much more widely supported.## Dependencies
Golang, and ffmpeg
## Install
```
$ go get github.com/honza/extract-subtitle
```## Usage
```
Extract embedded subtitles froma video fileUsage:
extract-subtitle [video-file] [flags]Flags:
--ffmpeg-bin string Alternative path to ffmpeg (default "ffmpeg")
-h, --help help for extract-subtitle
-l, --language string Subtitle language to find (default "eng")
-o, --output string Defaults to same as input but with .srt
```## License
GPLv3