Skip to content

Commit 285e81f

Browse files
authored
Merge pull request #1898 from hridyasadanand/docs-remove-travis-badge
Good cleanup - removing the outdated Travis CI badge and adding a usage example helps new users. Merging.
2 parents 730156f + 857a3bc commit 285e81f

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
# CCExtractor
44

5-
<a href="https://travis-ci.org/CCExtractor/ccextractor"><img src="https://raw.githubusercontent.com/CCExtractor/ccextractor-org-media/master/static/macOS-build-badge-logo.png" width="20"></a> [![Build Status](https://travis-ci.org/CCExtractor/ccextractor.svg?branch=master)](https://travis-ci.org/CCExtractor/ccextractor)
65
[![Sample-Platform Build Status Windows](https://sampleplatform.ccextractor.org/static/img/status/build-windows.svg?maxAge=1800)](https://sampleplatform.ccextractor.org/test/master/windows)
76
[![Sample-Platform Build Status Linux](https://sampleplatform.ccextractor.org/static/img/status/build-linux.svg?maxAge=1800)](https://sampleplatform.ccextractor.org/test/master/linux)
87
[![SourceForge](https://img.shields.io/badge/SourceForge%20downloads-213k%2Ftotal-brightgreen.svg)](https://sourceforge.net/projects/ccextractor/)

docs/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ Running ccextractor without parameters shows the help screen. Usage is
2626
trivial - you just need to pass the input file and (optionally) some
2727
details about the input and output files.
2828

29+
Example:
30+
31+
ccextractor input_video.ts
32+
33+
This command extracts subtitles from the input video file and generates a subtitle output file
34+
(such as .srt) in the same directory.
35+
36+
2937

3038
## Languages
3139
Usually English captions are transmitted in line 21 field 1 data,

0 commit comments

Comments
 (0)