Skip to content

Commit 66663ed

Browse files
authored
Merge pull request #23 from amiaopensource/sccyou-updates
update README
2 parents 94a25f7 + 580b6fb commit 66663ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ ffmpeg 4.3 or later
2020

2121
## Usage
2222

23-
To use sccyou, simply download the script from the repo, make it executable (`chmod 755 sccyou`), and run one of the following commands:
23+
To use sccyou, install it and run one of the following commands:
2424

2525
```
2626
sccyou -h display the help menu
2727
sccyou INPUT_FILE create an scc output
2828
sccyou -s INPUT_FILE create both scc and srt outputs
2929
sccyou -y INPUT_FILE overwrite any existing outputs
3030
sccyou -o DIRECTORY INPUT_FILE write output files to the provided directory (default is next to the input file)
31+
sccyou -l X INPUT_FILE read captions from line X (replace with a number) rather than let sccyou search for the captions
3132
```
3233
The results of sccyou will vary based upon your specific command, but will look like sidecar `INPUT_FILE.scc` and `INPUT_FILE.srt` files.
3334

0 commit comments

Comments
 (0)