diff options
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 0000000000000..6dccda83a44de --- /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 |