Skip to content

Commit 1ce7d89

Browse files
authored
Improve README
1 parent ecec1fa commit 1ce7d89

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ tt convert -i <input .scc file> -o <output .ttml file>
7474
* `"imsc_writer": JSON object`: IMSC Writer configuration options (see below)
7575
* `"stl_reader": JSON object`: STL Reader configuration options (see below)
7676
* `"vtt_writer": JSON object`: WebVTT Writer configuration options (see below)
77+
* `"srt_writer": JSON object`: SRT Writer configuration options (see below)
78+
* `"scc_reader": JSON object`: SCC Reader configuration options (see below)
7779

7880
Example:
7981

@@ -207,6 +209,17 @@ Default: `false`
207209

208210
Default: `true`
209211

212+
### SCC Reader configuration
213+
214+
#### text_align
215+
216+
`"text_align" : "auto" | "left" | "center" | "right"`
217+
218+
Specifies the text alignment. `"auto"` means the reader will use heuristics to determine
219+
text alignment.
220+
221+
Default: `"auto"`
222+
210223
### Library
211224

212225
The overall architecture of the library is as follows:
@@ -281,7 +294,7 @@ Automated testing is provided by the script at `scripts/ci.sh`
281294

282295
#### Local
283296

284-
Run `./scripts/ci.sh`
297+
Run `PYTHONPATH=src/main/python ./scripts/ci.sh`
285298

286299
#### GitHub actions
287300

0 commit comments

Comments
 (0)