Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/honza/extract-subtitle


https://github.com/honza/extract-subtitle

Last synced: about 8 hours ago
JSON representation

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 file

Usage:
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