diff options
author | M.Dinslage <daedra1980@gmail.com> | 2019-11-02 01:06:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-02 01:06:55 +0700 |
commit | ff09a30c9ca5ec8886b05b5c08bf11a482f9d225 (patch) | |
tree | 346766d57b2374f4f2a83ce89d9bb033a1d89b24 /multimedia/ccextractor/README | |
parent | 190e004a755b0f581ddef7651ec61131c1a60796 (diff) |
multimedia/ccextractor: Added (captions extractor for MPEG files).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/ccextractor/README')
-rw-r--r-- | multimedia/ccextractor/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/ccextractor/README b/multimedia/ccextractor/README new file mode 100644 index 000000000000..6dccda83a44d --- /dev/null +++ b/multimedia/ccextractor/README @@ -0,0 +1,12 @@ +CCExtractor is a tool that analyzes video files and produces +independent subtitle files from the closed captions data. CCExtractor +is portable, small, and very fast. Notable features include the +ability to extract subtitles in real-time, translate subtitles, +extract closed captions from DVDs, and convert closed captions +to subtitles. + +By default only build the CLI version of ccextractor. If you would +like to also build the GUI version, then install glfw3 available +here at SBo and run the script like so + +GUI=yes ./ccextractor.SlackBuild |